MCP Server
MCP
io.github.sparta2025/postgres-mcp
PostgreSQL MCP server with 15 tools (SQL, EXPLAIN, health, indexes) plus a Gradio UI with LLM chat.
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
By
Comments
Sign in to leave a comment