loading…
Search for a command to run...
loading…
Query your database in natural language
Connect Claude to any Postgres. Ask questions in English, get SQL + results. Schema-aware, read-only safe mode by default.
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": [
"-y",
"@unyly/mcp-postgres"
],
"env": {
"DATABASE_URL": "postgres://user:pass@host/db"
}
}
}
}These are the functions Claude can call when this MCP is active.
querydescribe_schemaexplainlist_tablesRead-only database access with schema inspection.
Interact with Redis key-value stores.
Database interaction and business intelligence capabilities.
Open-source framework for building enterprise-grade MCP servers using just YAML, SQL, and Python, with built-in auth, monitoring, ETL and policy enforcement.