restheart
The Agent-Ready Backend for MongoDB.
RESTHeart exposes your data through a native MCP server and full REST and GraphQL APIs, so AI agents and developers can read and write without custom integration code. It ships with authentication, authorization, and a plugin system for custom business logic. Available as Docker image and GraalVM native binary.
Features
Compatibility
Quick start
Use cases
Alternatives
Related searches
Comments
- CCorey ZhangMay 21, 2026
Good choice if you already have a massive Mongo database and want to build LLM agents quickly.
- Finley LeeMay 14, 2026
The docker-compose setup is seamless, had it running in under 5 minutes.
- BBlake ThompsonMay 10, 2026
Does this support MongoDB Atlas serverless instances without any connection pooling issues?
- HHarley GarciaApr 16, 2026
Having GraphQL support on top of standard REST endpoints is extremely convenient.
- EElliot KimMar 25, 2026
Makes it incredibly easy to expose MongoDB collections to Claude via MCP.