MCP Configs2026年4月6日·1 分钟阅读

Redis MCP Server — Official Redis for AI Agents

Official Redis MCP server enabling AI agents to manage Redis data via natural language. Supports strings, hashes, lists, sets, streams, JSON, pub/sub, and vector search. MIT license.

介绍

Redis's official MCP server lets AI agents manage Redis data through natural language. Supports strings, hashes, lists, sets, sorted sets, streams, JSON, vector search, and pub/sub. MIT-licensed.


Quick Use

Add to .mcp.json:

{
  "mcpServers": {
    "RedisMCPServer": {
      "command": "uvx",
      "args": ["--from", "redis-mcp-server@latest", "redis-mcp-server", "--url", "redis://localhost:6379/0"]
    }
  }
}

Intro

Redis's official MCP server lets AI agents manage Redis data through natural language. Supports strings, hashes, lists, sets, sorted sets, streams, JSON, vector search, and pub/sub. MIT-licensed.


Source & Thanks

Created by Redis. Licensed under MIT.

mcp-redis — ⭐ 470+

🙏

来源与感谢

Created by Redis. Licensed under MIT.

mcp-redis — ⭐ 470+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。