← All plugins
pg.bridge
v3.2.1MCP server for Postgres: introspect schemas, explain query plans, and run read-only queries over stdio. No ORM, no magic.
1 MCP serverstdio
by StatecraftApache-2.011.8kupdated 1 week ago
Install
git clone https://github.com/statecraft-io/pg-bridgeClone into your agent client’s plugin directory — components are discovered from fixed locations per the spec.
Layout
pg.bridge/
├── plugin.json└── mcp.json
MCP servers1
postgresstdio
- command
- npx
- args
- -y @statecraft/pg-bridge
- env.PG_BRIDGE_READONLY
- 1
Manifest
plugin.json
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "pg.bridge",
"version": "3.2.1",
"description": "MCP server for Postgres: introspect schemas, explain query plans, and run read-only queries over stdio. No ORM, no magic.",
"author": {
"name": "Statecraft"
},
"homepage": "https://statecraft.io/pg-bridge",
"repository": "https://github.com/statecraft-io/pg-bridge",
"license": "Apache-2.0",
"keywords": [
"database",
"postgres",
"sql"
]
}