mcp-redis vs restheart
Side-by-side comparison to help you pick between these two MCP servers.
mcp-redis by redis | restheart by SoftInstigate | |
|---|---|---|
| Stars | ★ 510 | ★ 875 |
| 30d uses | — | — |
| Score | 54 | 54 |
| Official | — | — |
| Categories | DatabaseAI / LLM ToolsDeveloper Tools | DatabaseAI / LLM ToolsDeveloper Tools |
| Language | Python | Java |
| Last commit | this month | this month |
mcp-redis · Summary
Official Redis MCP Server providing natural language interface for AI agents to manage Redis data efficiently.
restheart · Summary
RESTHeart is a MongoDB backend that provides a native MCP server for AI agents to access data via REST and GraphQL APIs.
mcp-redis · Use cases
- AI assistants storing and retrieving session data in Redis
- Vector search applications with Redis as the backend
- Chat applications using Redis pub/sub for real-time messaging
- Caching AI model responses and queries
restheart · Use cases
- AI agent backends for accessing MongoDB data via MCP
- API development without boilerplate code
- Real-time applications with WebSocket and SSE
- Legacy modernization by adding modern APIs to existing MongoDB databases
mcp-redis · Install
Installation
From PyPI (recommended)
{
"mcpServers": {
"RedisMCPServer": {
"command": "uvx",
"args": [
"--from",
"redis-mcp-server@latest",
"redis-mcp-server",
"--url",
"redis://localhost:6379/0"
]
}
}
}From GitHub
uvx --from git+https://github.com/redis/mcp-redis.git redis-mcp-server --url redis://localhost:6379/0Docker
docker run -d --name redis-mcp-server -e REDIS_HOST=<redis_hostname> -e REDIS_PORT=<redis_port> -e REDIS_USERNAME=<redis_username> mcp/redisrestheart · Install
Quick Start Options
**Option 1 — RESTHeart Cloud (no install)** Sign up for the fully managed service at [cloud.restheart.com](https://cloud.restheart.com/signup)
**Option 2 — Docker Compose (local)**
curl https://raw.githubusercontent.com/SoftInstigate/restheart/master/docker-compose.yml --output docker-compose.yml && docker compose up --attach restheartDefault credentials: admin / secret
**Option 3 — Native Executables** Download prebuilt binaries for macOS, Linux, and Windows from [docs/native-executables.md](https://github.com/SoftInstigate/restheart/blob/master/docs/native-executables.md)
**Claude Desktop Setup** In Claude Desktop settings, add a custom connector with context URL: https://sophia-api.restheart.com/mcp/restheart/
**Claude Code Setup**
claude mcp add --transport http sophia-restheart https://sophia-api.restheart.com/mcp/restheart