SERVER
Pg Aiguide
Rank #730io.github.timescale/pg-aiguide
Version-aware PostgreSQL documentation and best practices for AI coding assistants
First listed
Jul 23, 2025
Last publish date
Apr 28, 2026
OVERVIEW
Pg Aiguide is a Model Context Protocol (MCP) server published by timescale. It ranks #730 of 76,851 servers tracked on MCP Toplist, and its repository has 1,789 GitHub stars. Pg Aiguide is listed across 3 registries — Official MCP, Glama and PulseMCP, with 6 tracked versions. It was first listed on Jul 23, 2025 and most recently updated on Apr 28, 2026.
STANDING
#730of 76,851 tracked serversTop 1%
Ranks ahead of 76,121 of 76,851 servers on MCP Toplist.
Recent momentum
+80GitHub stars since Apr 27 (+5%)
CONNECT
Use Pg Aiguide
Add Pg Aiguide to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
Remote · HTTP
{
"mcpServers": {
"pg-aiguide": {
"url": "https://mcp.tigerdata.com/docs"
}
}
}npm package
{
"mcpServers": {
"pg-aiguide": {
"command": "npx",
"args": [
"-y",
"@tigerdata/pg-aiguide"
],
"env": {
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"PGHOST": "<your PGHOST>",
"PGPORT": "<your PGPORT>",
"PGUSER": "<your PGUSER>",
"PGPASSWORD": "<your PGPASSWORD>",
"PGDATABASE": "<your PGDATABASE>",
"DB_SCHEMA": "<your DB_SCHEMA>"
}
}
}
}Replace each placeholder with your own value before saving.
Docker image
{
"mcpServers": {
"pg-aiguide": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/timescale/pg-aiguide:0.5.0"
],
"env": {
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"PGHOST": "<your PGHOST>",
"PGPORT": "<your PGPORT>",
"PGUSER": "<your PGUSER>",
"PGPASSWORD": "<your PGPASSWORD>",
"PGDATABASE": "<your PGDATABASE>",
"DB_SCHEMA": "<your DB_SCHEMA>"
}
}
}
}Replace each placeholder with your own value before saving.
REGISTRIES
Listed on 1 registry (2 delisted)
ORGANIZATION
timescale
MORE FROM THIS PUBLISHER
Other servers by timescale
- Tiger MCP#1,136 · 9 vers
- Tiger GitHub MCP Server#9,122
- Tiger Skills#12,105 · 2 vers
- Tiger Linear MCP Server#12,710
- Tiger Memory MCP Server#13,180
- Tiger Salesforce MCP Server#14,434
VERSIONS
Available versions (6)
| Version | Published |
|---|---|
| 0.5.0 | Apr 28, 2026 |
| 0.4.0 | Mar 18, 2026 |
| 0.3.1 | Feb 23, 2026 |
| 0.2.4 | Dec 10, 2025 |
| 0.2.3 | Dec 9, 2025 |
| 0.1.0 | Nov 25, 2024 |
FAQ
Frequently asked questions
- Who maintains Pg Aiguide?
- Pg Aiguide is maintained by timescale, which publishes 7 MCP servers (17 total versions) tracked on MCP Toplist.
- Is Pg Aiguide listed on the Official MCP Registry?
- Yes — Pg Aiguide is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Pg Aiguide have?
- MCP Toplist tracks 6 versions of Pg Aiguide, most recently published on Apr 28, 2026.
- Where can I find the source code for Pg Aiguide?
- The source code for Pg Aiguide is hosted at github.com/timescale/pg-aiguide.
EXPLORE