← Back to Plugins
MCP Server MCP

DB Connect MCP

github By github 👁 2 views ▲ 0 votes

Multi-database MCP server for PostgreSQL, MySQL, and ClickHouse

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...