PostgreSQL MCP Server✓
io.github.itunified-io/postgres · v2026.4.10
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.itunified-io/postgres",
"description": "PostgreSQL MCP Server — 27 tools for queries, schema, CRUD, DBA, HA & server management",
"title": "PostgreSQL MCP Server",
"repository": {
"url": "https://github.com/itunified-io/mcp-postgres",
"source": "github"
},
"version": "2026.4.10",
"packages": [
{
"registryType": "npm",
"identifier": "@itunified.io/mcp-postgres",
"version": "2026.4.10-1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "PostgreSQL connection string (e.g. postgresql://user:pass@host:5432/db)",
"name": "POSTGRES_CONNECTION_STRING"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}