Files
davila7__claude-code-templates/cli-tool/components/mcps/database/postgresql-documentation.json
Matvey Arye a022abd27c Add Postgres documentation MCP and schema-design skill (#136)
The MCP and skill comes from the https://github.com/timescale/pg-aiguide
project.

The MCP allows search of the Postgres manual and the docs of related
projects.

The skill gives specialized instructions for schema design.
2025-11-26 10:17:44 -05:00

8 lines
226 B
JSON

{
"mcpServers": {
"postgres-documentation": {
"description": "PostgreSQL documentation and skills for writing better Postgres code",
"url": "https://mcp.tigerdata.com/docs"
}
}
}