Browse
→ Data & Storage
→ mnemos MCP
mnemos MCP
C++23 Redis-compatible in-memory key-value server that also ships a native MCP introspection binary. The mnemos-mcp stdio server connects to a running mnemos or Redis instance over TCP and exposes tools for commands, key reads and writes, key scanning, key description, and server info, with a read-only mode that refuses mutating or administrative commands. Public GitHub repository created August 31, 2026.
MCP unverified
Integration
| Transport | stdio |
| Auth | none |
| Endpoint | ./build/mnemos-mcp --port 6380 --read-only |
| Install | git clone https://github.com/aryaman-boop/mnemos.git && cd mnemos && cmake -S . -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build |
Use Cases
| 01 | Let agents inspect local Redis-compatible keyspaces, encodings, and server state through MCP tools |
| 02 | Use a zero-dependency cache in tests or CI while retaining Redis protocol compatibility |
| 03 | Run read-only MCP diagnostics against a cache without allowing writes or administrative commands |
Tags
redis key-value cache resp introspection read-only cplusplus local-first
Machine-readable: /api/servers.json
· JSON-LD schema embedded in <head>