MCP Catalogs
Homepg-aiguide screenshot

pg-aiguide

by timescale·1,729·Score 55

MCP server providing PostgreSQL expertise, semantic search, and best practices for AI coding tools.

databasedeveloper-toolsai-llm
90
Forks
26
Open issues
this month
Last commit
2d ago
Indexed

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:

you:Improving PostgreSQL code generation in AI coding assistants
you:Providing semantic search for PostgreSQL documentation
you:Implementing best practices for database schema design
you:What PostgreSQL versions are supported?
you:Can I extend pg-aiguide with custom skills?

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 README
  • search_docs

    Unified search tool supporting semantic and keyword search across PostgreSQL, TimescaleDB, and PostGIS documentation.

  • view_skill

    View curated PostgreSQL best-practice skills for schema design, indexing, and performance.

Comparable tools

postgres-mcptimescale-mcpsupabase-mcp

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 postgres

FAQ

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.

Compare pg-aiguide with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.