Show HN: Cloud-Ready Postgres MCP Server
51–60 of 84 posts
Re: Show HN: Cloud-Ready Postgres MCP Server
#52Earlier quoted context omitted.
Ask 10 different models then
Same problem: The models are also correlated on what they can and can't solve. To give you an extreme example, I can ask 1000000 different models for a counterexample to the 3n + 1 problem, and all will get it wrong.
Re: Show HN: Cloud-Ready Postgres MCP Server
#53Earlier quoted context omitted.
Ask 10 different models then
Same problem: The models are also correlated on what they can and can't solve. To give you an extreme example, I can ask 1000000 different models for a counterexample to the 3n + 1 problem, and all will get it wrong.
Re: Show HN: Cloud-Ready Postgres MCP Server
#54This is great, I like in particular that there are extensions plugins. I’ll be looking at integrating this in the Xata Agent ( https://github.com/xataio/agent ) as custom tooling.
UI Agent(s) MCP Server(s) Tools/Resources
|
LLM(s)Re: Show HN: Cloud-Ready Postgres MCP Server
#55Earlier quoted context omitted.
Same problem: The models are also correlated on what they can and can't solve. To give you an extreme example, I can ask 1000000 different models for a counterexample to the 3n + 1 problem, and all will get it wrong.
No. What a bizarre example to choose. This is so easy to demonstrate. They will all come back with the exact same correct answer
For reference: https://en.wikipedia.org/wiki/Collatz_conjecture
Re: Show HN: Cloud-Ready Postgres MCP Server
#56Just for everyone here, the code for "building an MCP server", is importing the standard MCP package for Typescript, Python, etc, then writing as little as 10 lines of code to define something is an MCP tool. Basically, it's not rocket science. I also built MCP servers for Mysql, Twilio, Polars, etc.
I built this to fill a specific need. It's not really made to talk to Claude Desktop (although it can). It's built to take multiple connections from agents who bring their own LLM (via API key or whatever) and provide context to the LLM model. Yes, it does import the standard Python MCP package, however it does quite a few non-standard things in order to achieve the multi-tenancy. I encourage you to look at the code.
Re: Show HN: Cloud-Ready Postgres MCP Server
#57Just for everyone here, the code for "building an MCP server", is importing the standard MCP package for Typescript, Python, etc, then writing as little as 10 lines of code to define something is an MCP tool. Basically, it's not rocket science. I also built MCP servers for Mysql, Twilio, Polars, etc.
Re: Show HN: Cloud-Ready Postgres MCP Server
#58Re: Show HN: Cloud-Ready Postgres MCP Server
#59I don’t understand the advantage of having the transport protocol be HTTP/SSE rather than studio especially in this case when it’s literally running locally.
Re: Show HN: Cloud-Ready Postgres MCP Server
#60Earlier quoted context omitted.
I built this to fill a specific need. It's not really made to talk to Claude Desktop (although it can). It's built to take multiple connections from agents who bring their own LLM (via API key or whatever) and provide context to the LLM model. Yes, it does import the standard Python MCP package, however it does quite a few non-standard things in order to achieve the multi-tenancy. I encourage you to look at the code.
What is multi-tenancy?