Best for
- Developers using AI coding tools (Claude Code, Cursor, Codex, Gemini CLI).
- Those wanting to ensure generated PostgreSQL code is modern, reliable, and performant.
pg-aiguide significantly improves the quality of PostgreSQL code generated by AI coding tools by providing semantic search and best-practice skills. It is suitable for developers needing high-quality database code, but requires network access and relies on external services.
pg-aiguide helps AI coding tools write dramatically better PostgreSQL code. It provides semantic search across the official PostgreSQL manual (version-aware), AI-optimized 'skills' (curated, opinionated Postgres best practices used automatically by AI agents), and extension ecosystem docs (starting with TimescaleDB). It can be used as Agent Skills, a public MCP server, or a Claude Code plugin.
Install as Agent Skills: run npx skills add timescale/pg-aiguide --skill postgres. As an MCP server, add https://mcp.tigerdata.com/docs to your client config (e.g., mcpServers JSON). As a Claude Code plugin: run claude plugin marketplace add timescale/pg-aiguide and claude plugin install pg@aiguide.
{
"mcpServers": {
"pg-aiguide": {
"url": "https://mcp.tigerdata.com/docs"
}
}
}