Redis MCP Server
Reach Redis strings, hashes, streams and vector indexes as agent tools.
Add it to your client
Officialuvx --from redis-mcp-server@latest redis-mcp-server --url redis://localhost:6379/0
{
"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.
Similar MCP servers
Azure MCP Server
MCP serverOne server covering Azure services, plus a hosted endpoint for Microsoft Learn.
Vercel MCP
MCP serverHosted endpoint for Vercel docs, projects, deployments and logs.
Filesystem MCP Server
MCP serverReference server for scoped read and write access to local folders
Comments(0)
Sign in to comment