Db
Freeby MCP Community
SQLite MCP server with OAuth 2.1 authentication, HTTP/SSE transport, and smart tool filtering
v1.1.1Added Apr 12, 2026
mcpmodel-context-protocoldatabasesqliteoauth
Db MCP Server
SQLite MCP server with OAuth 2.1 authentication, HTTP/SSE transport, and smart tool filtering
Installation
npx -y db-mcp
Reviews
Installation
Quick install
npx -y db-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"db": {
"command": "npx",
"args": ["-y", "db-mcp"]
}
}
}