← Back to Plugins
MCP Server MCP

io.github.sparta2025/postgres-mcp

github By github 👁 1 views ▲ 0 votes

PostgreSQL MCP server with 15 tools (SQL, EXPLAIN, health, indexes) plus a Gradio UI with LLM chat.

Homepage Verified source GitHub

Install

uvx postgres-mcp-pro

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "postgres-mcp-pro",
      "version": "0.4.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "PostgreSQL connection URL, e.g. postgresql://user:pass@localhost:5432/dbname",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "DATABASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...