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).
Run
npx -y db-mcp
MCP client config
{
"mcpServers": {
"db-mcp-sqlite-mcp-server": {
"command": "npx",
"args": [
"-y",
"db-mcp"
]
}
}
}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"
]
}
}
}