
Redis 0840f91c
MCP Server
A Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
工具数
安装说明
本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。
作者 / 组织
modelcontextprotocol
提供方
modelcontextprotocol
最后核验
2026/5/18 02:12
运行时
Docker
快速接入
先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。
命令预览
docker run -i --rm mcp/redis {redis_url} {\ \ "redis_url": "redis://host:6379"\ \ }
目录标签
目录标签
接入字段
传输方式(transport,传输协议)
stdio
鉴权方式(authType,认证方式)
none
运行时(runtime,运行环境)
Docker
权限和风险
接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。
不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。
来源信息
继续浏览同类 MCP
上一个 MCP
Redflag MCP
An MCP server that provides queryable access to Anti-Money Laundering (AML) red flag knowledge from regulatory documents. It enables compliance officers to ask natural-language questions and receive relevant, sourced red flags from a local vector database.
下一个 MCP
Redis 2c25fe0f
一个提供Redis数据库访问的协议服务器,使LLM能够通过标准化工具与Redis键值存储进行交互。