Skip to content
Cursor

db-mcp (SQLite MCP Server) for Cursor

io.github.neverinfamous/db-mcp

SQLite MCP server with OAuth 2.1, HTTP/SSE, 122 tools, and smart tool filtering

client:Cursor transport:stdio runtime:npm

Install db-mcp (SQLite MCP Server) in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "db-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "db-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

db-mcp (SQLite MCP Server) in other clients