简介
Redis 官方 MCP 服务器,让 AI Agent 通过自然语言管理 Redis 数据。支持字符串、哈希、列表、集合、有序集合、流、JSON、向量搜索和发布/订阅。MIT 许可证。
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.
这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。
添加到 .mcp.json:
{
"mcpServers": {
"RedisMCPServer": {
"command": "uvx",
"args": ["--from", "redis-mcp-server@latest", "redis-mcp-server", "--url", "redis://localhost:6379/0"]
}
}
}Redis 官方 MCP 服务器,让 AI Agent 通过自然语言管理 Redis 数据。支持字符串、哈希、列表、集合、有序集合、流、JSON、向量搜索和发布/订阅。MIT 许可证。
Discover, install, and manage MCP servers from a curated registry. Smithery provides one-command setup for 200+ MCP servers with Claude Code and Cursor integration.
MCP server that gives AI agents calendar awareness and time tracking. Tempo MCP integrates with Google Calendar and Toggl for scheduling, time logging, and availability checks.
MCP server that gives AI agents full Git capabilities. Git MCP enables Claude Code and Cursor to manage repositories, branches, commits, diffs, and history via tool calls.