Db Analyzer
Freeby MCP Community
MCP server for PostgreSQL, MySQL, and SQLite schema analysis, index optimization, and query plan inspection
v0.2.12Added Apr 12, 2026
mcpmcp-servermodel-context-protocolaiclaude
Db Analyzer MCP Server
MCP server for PostgreSQL, MySQL, and SQLite schema analysis, index optimization, and query plan inspection
Installation
Reviews
Installation
Quick install
npx -y mcp-db-analyzer
Add to claude_desktop_config.json
{
"mcpServers": {
"db-analyzer": {
"command": "npx",
"args": ["-y", "mcp-db-analyzer"]
}
}
}