← Index

db-mcp (SQLite MCP Server)

io.github.neverinfamous/db-mcp·v1.0.2·Databases
Quality Score
86
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "db-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "db-mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "db-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "db-mcp"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y db-mcp
Claude Desktop (Docker)
{
  "mcpServers": {
    "db-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "docker.io/writenotenow/db-mcp:v1.0.2"
      ]
    }
  }
}
§03  MCP Quality Score  ·  methodology
freshness
21
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Databases