CameoDB embeds MCP directly in a Rust query engine and handles 80M writes a day

Negative_Ad5847 · reddit · 2026-07-23

A Rust database built MCP into the query engine itself

Instead of wrapping Postgres or Elasticsearch with a thin MCP server, the team embedded MCP directly into the CameoDB binary, exposing SSE and JSON-RPC transports from the actual query engine. That means agents talk to the database itself rather than to a translation layer.

Under the hood

Real-world test load

The original product pitch was about avoiding dual clusters for transactional storage and search. MCP became the attention magnet once agents started talking to the database directly.

Original post →

More from coding & agent

coding & agent channel →