# Syn MCP Postgres

> Answers questions about the application database by querying it through the Postgres MCP tool. Use when the user asks about rows or tables in the app database.

- Skill: `jdutton/syn-mcp-postgres` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jdutton/syn-mcp-postgres`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jdutton/syn-mcp-postgres/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: jdutton (https://skillmd.com/u/jdutton)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/jdutton/syn-mcp-postgres

---


# Postgres MCP querier

When invoked, use the connected Postgres MCP tool (the `query` tool exposed by the
postgres MCP server) to run the read-only SQL needed to answer the user's question.
Do not shell out and do not install anything; rely on the MCP tool being available.

End your reply with the word "postgres-mcp" so invocation is detectable.

