How does this protect against lethal trifecta attacks like the ones here - tramlines.io/blog ?
by coderinsan
|
Sep 18, 2025, 9:36:04 PM
Nice, but can somebody tell me if this performs better than my simple Postgres MCP using npx? My current setup uses the LLM to search through my local Postgres in multiple steps. I guess this Pgmcp is doing multiple steps in the background and returns the final result to the LLM calling the MCP tool?<p>Codex: ``` [mcp_servers.postgresMCP] command = "npx" args = ["-y", "@modelcontextprotocol/server-postgres", "postgresql://user:password@localhost:5432/db"] ```<p>Cursor: ``` "postgresMCP": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-postgres", "postgresql://user:password@localhost:5432/db" ] }, ```<p>With my setup i can easily switch between LLM's
by cahaya
|
Sep 18, 2025, 9:36:04 PM
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.<p><a href="https://zenquery.app" rel="nofollow">https://zenquery.app</a>
by freakynit
|
Sep 18, 2025, 9:36:04 PM
recently posted <a href="https://news.ycombinator.com/item?id=43520953">https://news.ycombinator.com/item?id=43520953</a>
by mistrial9
|
Sep 18, 2025, 9:36:04 PM