Skip to content

Commit f17a8fa

Browse files
authored
Merge pull request #136 from dgageot/postgres-readonly
2 parents 493847a + a881490 commit f17a8fa

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

prompts/catalog.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -352,10 +352,12 @@ registry:
352352
resources: {}
353353
postgres readonly:
354354
description: Connect with read-only access to PostgreSQL databases. This server enables LLMs to inspect database schemas and execute read-only queries.
355-
ref: github:docker/labs-ai-tools-for-devs?path=prompts/mcp/postgres.md
355+
ref: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/postgres.md
356+
readme: github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/readmes/postgres.md
356357
source: https://github.com/modelcontextprotocol/servers/tree/2025.4.6
357-
icon: https://img.icons8.com/ios/50/postgreesql.png
358-
tools: []
358+
icon: https://avatars.githubusercontent.com/u/182288589?s=200&v=4
359+
tools:
360+
- name: query
359361
secrets:
360362
- name: postgres.url
361363
prompts: 0

prompts/mcp/readmes/postgres.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Postgres MCP Server
22

3-
Provides PostgreSQL database management capabilities. This server assists with analyzing existing PostgreSQL setups, providing implementation guidance, debugging database issues, managing schemas, migrating data, and monitoring database performance.
3+
Connect with read-only access to PostgreSQL databases. This server enables LLMs to inspect database schemas and execute read-only queries.
44

55
[What is an MCP Server?](https://www.anthropic.com/news/model-context-protocol)
66

0 commit comments

Comments
 (0)