pg-aiguide
Version-aware PostgreSQL manual search and best-practice skills that help AI tools write better Postgres code.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Schema design and query writing where agents tend to skip constraints and indexes or use outdated features.
About pg-aiguide
pg-aiguide, from Timescale (TigerData), helps AI coding tools write better PostgreSQL. It offers semantic search across the official PostgreSQL manual by version, curated best-practice skills that agents apply automatically, and documentation for extensions starting with TimescaleDB. It ships as a public MCP server, as agent skills and as a Claude Code plugin.
pg-aiguide is an open-source project written primarily in Python, with 1.8k stars on GitHub. It was last updated in September 2026.
Add pg-aiguide to your MCP client
A hosted server: point your client at its URL and complete its sign-in there. In Claude Desktop or claude.ai, add it under Settings → Connectors → Add custom connector instead.
Claude Code
claude mcp add --transport http pg-aiguide https://mcp.tigerdata.com/docsCursor
{
"mcpServers": {
"pg-aiguide": {
"url": "https://mcp.tigerdata.com/docs"
}
}
}VS Code
{
"servers": {
"pg-aiguide": {
"type": "http",
"url": "https://mcp.tigerdata.com/docs"
}
}
}Codex
codex mcp add pg-aiguide --url https://mcp.tigerdata.com/docspg-aiguide vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| pg-aiguidethis listing | 1.8k | Python | Apache-2.0 | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
