Odel
db-mcp (SQLite MCP Server)

db-mcp (SQLite MCP Server)

Local
@neverinfamous11TypeScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted โ€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmdb-mcpv1.0.2

Run

npx -y db-mcp

MCP client config

{
  "mcpServers": {
    "db-mcp-sqlite-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "db-mcp"
      ]
    }
  }
}
Dockerdocker.io/writenotenow/db-mcp:v1.0.2

Run

docker run -i --rm docker.io/writenotenow/db-mcp:v1.0.2

MCP client config

{
  "mcpServers": {
    "db-mcp-sqlite-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/writenotenow/db-mcp:v1.0.2"
      ]
    }
  }
}