DEV Community

ReadySet
ReadySet

Posted on

Your AI now speaks Readyset: announcing the MCP server

Your "copy SQL into a chat window, paste the result back" loop is over.

Readyset now supports MCP natively, which means Claude, Cursor, Windsurf, and any other MCP-aware agent can connect directly to your Readyset instance, inspect proxied queries, see what is cacheable, and create or drop caches without you having to do it by hand!

We shipped two transports because teams run databases in different ways. A stdio binary that runs on your laptop with the credentials you already have, and an embedded HTTP endpoint built into the Readyset server for shared agents, CI jobs, and multi-user setups with scoped, revocable tokens.

The decision to let an AI touch your database should belong to you. Both transports were built with that in mind.

Top comments (0)