MCP Redis
未申請The official Redis MCP Server is a natural language interface designed for agentic applications to manage and search data in Redis efficiently
インストール
uvx --from git+https://github.com/redis/mcp-redis.git@0.2.0 redis-mcp-server --url redis://localhost:6379/0未申請リスティング
このMCPサーバーはあなたのものですか?
このリスティングは公開情報から自動的にインデックスされました。申請することで、ページの編集、互換性の設定、成長ツールのアンロックができます。2分以内に完了します。
このサーバーを申請するツール(6個)
docs
tool to search Redis documentation, tutorials, and best practices using natural language questions (backed by the MCPDOCSSEARCHURL HTTP API).
hash
tools to store field-value pairs within a single key. The hash can store vector embeddings. Useful for representing objects with multiple attributes, user profiles, or product information where fields can be accessed individually.
list
tools with common operations to append and pop items. Useful for queues, message brokers, or maintaining a list of most recent actions.
set
tools to add, remove and list set members. Useful for tracking unique values like user IDs or tags, and for performing set operations like intersection.
streams
tools to add, read, delete, create and destroy consumer groups, and acknowledge processed entries in data streams. Useful for event sourcing, activity feeds, and worker-based event processing with Redis Streams consumer groups.
string
tools to set, get strings with expiration. Useful for storing simple configuration values, session data, or caching responses.