Show HN: Pgmcp, an MCP server to query any Postgres database in natural language(github.com)
github.com
Show HN: Pgmcp, an MCP server to query any Postgres database in natural language
https://github.com/subnetmarco/pgmcp
6 comments
Shameless plug: I literally built a desktop app that does the exact same thing, but, with any data file you throw at it. CSV, Json, Excel and Parquet... all supported. And processing happens without your files being uploaded to LLM provider.
https://zenquery.app
https://zenquery.app
How does this protect against lethal trifecta attacks like the ones here - tramlines.io/blog ?
Codex: ``` [mcp_servers.postgresMCP] command = "npx" args = ["-y", "@modelcontextprotocol/server-postgres", "postgresql://user:password@localhost:5432/db"] ```
Cursor: ``` "postgresMCP": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-postgres", "postgresql://user:password@localhost:5432/db" ] }, ```
With my setup i can easily switch between LLM's