Redis MCP Server
JSON →Redis MCP Server (v0.0.4) is a lightweight Model Context Protocol server that exposes Redis database operations as MCP tools. It enables AI agents like Claude Desktop or Cline to execute Redis commands (String, Hash, Set, Sorted Set, Key) via a standardized interface. The server communicates over TCP to a Redis instance and uses TypeScript, with ESM-only distribution. Key differentiators: zero-dependency Redis connectivity via raw TCP, 12+ built-in tools covering common operations, and a simple extension model for adding custom tools. The package is early stage (0.x) with weekly releases. Alternatives like @anthropic/mcp-server-redis require more setup and have fewer tools.
Resources
packageredis-mcp ↗