MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

UNDER DEVELOPMENT: Multi-database (SQLite, Mongo, MySQL, PostgreSQL, Redis, Windows SQL Server) MCP server written in code mode, with OAuth 2.0, tool filtering, and access control.

Created 12/12/2025
Updated 4 days ago
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server

Install Package (if required)

npx @modelcontextprotocol/server-db-mcp

Cursor configuration (mcp.json)

{ "mcpServers": { "neverinfamous-db-mcp": { "command": "npx", "args": [ "neverinfamous-db-mcp" ] } } }