mirror of
https://github.com/davila7/claude-code-templates.git
synced 2026-09-19 01:30:23 +08:00
a022abd27c
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.
8 lines
226 B
JSON
8 lines
226 B
JSON
{
|
|
"mcpServers": {
|
|
"postgres-documentation": {
|
|
"description": "PostgreSQL documentation and skills for writing better Postgres code",
|
|
"url": "https://mcp.tigerdata.com/docs"
|
|
}
|
|
}
|
|
} |