DB Connect MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 230 installs a week from pypi. Last commit 26 Jul 2026.
Multi-database MCP server for PostgreSQL, MySQL, and ClickHouse
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add db-connect-mcp -- uvx db-connect-mcp
{
"mcpServers": {
"db-connect-mcp": {
"args": [
"db-connect-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.db-connect-mcp]
command = "uvx"
args = ["db-connect-mcp"]
{
"mcpServers": {
"db-connect-mcp": {
"args": [
"db-connect-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"db-connect-mcp": {
"args": [
"db-connect-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.