What is the db-mcp (SQLite MCP Server) MCP server?
SQLite MCP server with OAuth 2.1, HTTP/SSE, 122 tools, and smart tool filtering
How to install db-mcp (SQLite MCP Server)
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"db-mcp": {
"command": "npx",
"args": [
"-y",
"db-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"db-mcp": {
"command": "npx",
"args": [
"-y",
"db-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"db-mcp": {
"command": "npx",
"args": [
"-y",
"db-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"db-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"db-mcp"
]
}
}
}Claude Code
claude mcp add db-mcp -- npx -y db-mcpRelated MCP servers
Developer journal with knowledge graphs, relationships, Git context, and semantic search
View repository →Enterprise-grade MySQL MCP Server with OAuth 2.0, 106 tools, and Docker deployment
View repository →PostgreSQL MCP server with 203 tools, connection pooling, HTTP/SSE, OAuth 2.1, and tool filtering
View repository →Enterprise PostgreSQL MCP server with 63 tools, 10 resources, 10 prompts for AI-native operations
View repository →SQLite MCP server with 73 tools for JSONB, full-text search, geospatial, and analytics.
View repository →