📊
Pgmcp
MCP server for PostgreSQL database operations
0 installs
15 stars
Trust: 61 — Good
Data
Installation
npx pgmcpAsk AI about Pgmcp
Powered by Claude · Grounded in docs
I know everything about Pgmcp. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
pgmcp
MCP server for PostgreSQL. Exposes tools over stdio: run_query, list_tables, describe_table, explain_query, run_migration.
Build
go build ./...
Usage
export PGHOST=localhost PGUSER=postgres PGDATABASE=mydb
# refactor: handle errors
go run main.go
License
MIT
