
Postgres MCP Go
by tendant
Secure PostgreSQL MCP server implementation in Go for AI agents with read-only and HTTP modes.
What it does
Connects AI agents to PostgreSQL databases, allowing them to query and analyze data securely. It supports both standard I/O and HTTP transport modes, making it versatile for different agent environments.
Tools
query: Executes SQL queries against the connected PostgreSQL database to retrieve information.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"postgres-mcp-go": {
"command": "/path/to/bin/postgres-mcp",
"args": ["--database-url", "postgres://user:pass@host/db"],
"env": {}
}
}
}
Supported hosts
- Claude Desktop
Quick install
./bin/postgres-mcp --database-url "postgres://user:pass@host/db"Information
- Pricing
- free
- Published
- 5/2/2026
- stars






