MCP Server
MCP
DB Connect MCP
Multi-database MCP server for PostgreSQL, MySQL, and ClickHouse
Install
uvx db-connect-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "db-connect-mcp",
"version": "0.3.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Database connection URL (e.g., postgresql+asyncpg://user:pass@host:5432/db)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "DATABASE_URL"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment