Skip to content
Zed

db-mcp (SQLite MCP Server) for Zed

io.github.neverinfamous/db-mcp

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

client:Zed transport:stdio runtime:npm

Install db-mcp (SQLite MCP Server) in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "db-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "db-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

db-mcp (SQLite MCP Server) in other clients