Skip to content
VS Code

db-mcp (SQLite MCP Server) for VS Code

io.github.neverinfamous/db-mcp

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

client:VS Code transport:stdio runtime:npm

Install db-mcp (SQLite MCP Server) in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

db-mcp (SQLite MCP Server) in other clients