Loading MCP server directory, please wait...
Multi-database MCP server for PostgreSQL, MySQL, and ClickHouse
npx @getmcp/cli add io.github.yugui923/db-connect-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
DATABASE_URLDatabase connection URL (e.g., postgresql+asyncpg://user:pass@host:5432/db)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.yugui923/db-connect-mcp": {
"command": "uvx",
"args": [
"db-connect-mcp"
],
"env": {
"DATABASE_URL": ""
}
}
}
}