SERVER
Pg Aiguide
Rank #356io.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 #356 of 58,900 servers tracked on MCP Toplist, and its repository has 1,751 GitHub stars. Pg Aiguide is listed across 3 registries — Official MCP, PulseMCP and Glama, with 6 tracked versions. It was first listed on Jul 23, 2025 and most recently updated on Apr 28, 2026.
STANDING
#356of 58,900 tracked serversTop 1%
Ranks ahead of 58,544 of 58,900 servers on MCP Toplist.
Recent momentum
+43GitHub stars since Apr 27 (+3%)
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 3 registries
ORGANIZATION
timescale
MORE FROM THIS PUBLISHER
Other servers by timescale
View all timescale servers →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
- What is Pg Aiguide?
- Version-aware PostgreSQL documentation and best practices for AI coding assistants
- Who maintains Pg Aiguide?
- Pg Aiguide is maintained by timescale, which publishes 3 MCP servers (16 total versions) tracked on MCP Toplist.
- Is Pg Aiguide an official MCP server?
- Yes — Pg Aiguide is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- 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