Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by redis • Modeling & Simulation
A natural-language MCP server that enables AI agents to manage, index, and search data in Redis.
Store and retrieve conversational state or session data in Redis using natural language commands.
Index vector embeddings and perform vector search over documents or items stored in Redis.
Manage streams, pub/sub channels, and other Redis data structures (lists, sets, sorted sets, hashes, JSON) programmatically.
The Redis MCP Server exposes Redis operations via the Model Content Protocol so agents can store, retrieve, and search structured and unstructured data using natural language. It provides tools for strings, hashes (including embeddings), lists, sets, sorted sets, streams, pub/sub, JSON, and vector index/querying, and integrates with MCP clients over stdio. It is configurable via CLI or environment variables, supports SSL and cluster modes, and is distributed under the MIT license for easy adoption.
Set a field in a hash stored at key with an optional expiration time. Args: name: The Redis hash key. key: The field name inside the hash. value: The value to set. expire_seconds: Optional; time in seconds after which the key should expire. Returns: A success message or an error message.
Get the value of a field in a Redis hash. Args: name: The Redis hash key. key: The field name inside the hash. Returns: The field value or an error message.
Delete a field from a Redis hash. Args: name: The Redis hash key. key: The field name inside the hash. Returns: A success message or an error message.
Get all fields and values from a Redis hash. Args: name: The Redis hash key. Returns: A dictionary of field-value pairs or an error message.
Check if a field exists in a Redis hash. Args: name: The Redis hash key. key: The field name inside the hash. Returns: True if the field exists, False otherwise.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.