Convex's compatibility
- Is it possible to talk to the Convex database in natural language?
- Quite a few people have been showing the power of Postgres with natural language.
- Here is a demo- where AI automatically generates relevant queries and give output- https://vercel.com/templates/next.js/natural-language-postgres
- Seems doable on the surface, it’s just that the AI needs to be given the context of Queries and Mutations related to Convex. Is there a better way to do it?
- Related to this only, is Convex compatible with the emerging protocols which link to external data and systems like Model Context Protocol(MCP) by Anthropic?
- They have mentioned about Postgres support here- https://modelcontextprotocol.io/introduction
- Seems like such kind of interactions will become a lot more prevalent in the near future.
- Does Convex already support Realtime API support for Open AI over Websockets?
- Although the entire Convex database is reactive, but not sure about this one.

