MCP Directory
Back

pg-aiguide

by timescale · Python · ★ 1,772

MCP server and Claude plugin for Postgres skills and documentation. Helps AI coding tools generate better PostgreSQL code.

#ai#ai-agents#ai-coding#claude-code-plugin#claude-code-plugins#claude-code-plugins-marketplace#claude-marketplace#claude-plugin#claude-skills#docs#documentation#mcp#mcp-server#postgres#postgresql#skills

Install

pip install git+https://github.com/timescale/pg-aiguide.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "pg-aiguide": {
      "command": "uvx",
      "args": [
        "git+https://github.com/timescale/pg-aiguide.git"
      ]
    }
  }
}

From the README

**AI-optimized PostgreSQL expertise for coding assistants** 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 - **Extension ecosystem docs**, starting with TimescaleDB, with more coming soon Use it as: - **Agent Skills** via — works with Claude Code, Cursor, Codex, Gemini CLI, and 40+ other agents - a **public MCP server** that can be used with any AI coding agent, or -…
Read full README on GitHub →

Related databases servers