pg-aiguide
by timescale·★ 1,729·Score 55
MCP server providing PostgreSQL expertise, semantic search, and best practices for AI coding tools.
Overview
pg-aiguide is a comprehensive MCP server that enhances AI coding assistants with deep PostgreSQL knowledge. It provides semantic search across official PostgreSQL documentation, TimescaleDB, and PostGIS manuals, along with curated best-practice skills that help generate more robust, performant database code. The server can be used with multiple AI coding tools including Claude Code, Cursor, VS Code, and more than 40 other agents.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose pg-aiguide when working with PostgreSQL and need AI coding assistance to follow modern best practices, generate proper database schemas with constraints and indexes, and search PostgreSQL documentation within your development environment.
When NOT to choose this
Don't choose pg-aiguide if you primarily work with non-PostgreSQL databases, as it's specifically tailored for PostgreSQL expertise only.
Tools this server exposes
2 tools extracted from the READMEsearch_docsUnified search tool supporting semantic and keyword search across PostgreSQL, TimescaleDB, and PostGIS documentation.
view_skillView curated PostgreSQL best-practice skills for schema design, indexing, and performance.
Comparable tools
Installation
Installation Options
**As an MCP Server:** Add the public MCP server to your client configuration:
{
"mcpServers": {
"pg-aiguide": {
"url": "https://mcp.tigerdata.com/docs"
}
}
}**As Claude Plugin:**
claude plugin marketplace add timescale/pg-aiguide
claude plugin install pg@aiguide**Using npx skills:**
npx skills add timescale/pg-aiguide --skill postgresFAQ
- What PostgreSQL versions are supported?
- The server provides version-aware search across the official PostgreSQL manual, allowing you to query specific versions of PostgreSQL documentation.
- Can I extend pg-aiguide with custom skills?
- Yes, the project welcomes contributions of new PostgreSQL best-practice skills. See DEVELOPMENT.md for instructions on adding new skills and documentation.
On Hacker News
Recent discussion from the developer community.
- Story by cevian · 2025-11-24
Compare pg-aiguide with
Last updated · Auto-generated from public README + GitHub signals.