Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Redis MCP Server logo
MCP server

Redis MCP Server

Reach Redis strings, hashes, streams and vector indexes as agent tools.

0
SaveVisit website ↗

Add it to your client

Official
Install
uvx --from redis-mcp-server@latest redis-mcp-server --url redis://localhost:6379/0
mcpServers
{
  "mcpServers": {
    "redis-mcp": {
      "command": "uvx",
      "args": [
        "--from",
        "redis-mcp-server@latest",
        "redis-mcp-server",
        "--url",
        "redis://localhost:6379/0"
      ]
    }
  }
}
Transport
stdio
Runtime
Python
Auth
Required
License
MIT

Maintained by Redis, this server turns the data structures the database is built around into callable tools. Strings with expiry, hashes, lists, sets, sorted sets, pub/sub channels, streams with consumer groups and JSON documents each get their own set of operations. Vector index creation and similarity search are included, which makes it usable as a retrieval backend rather than only a cache. Connection details are passed as a Redis URL or as separate host, port and password values, with Azure Entra ID as an option.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?