
Redis
@modelcontextprotocol
关于 Redis
Model Context Protocol Servers
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"redis": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp/redis",
"redis://host.docker.internal:6379"
]
}
}
}工具
13Set multiple hash fields to multiple values
Get the value of a hash field
Get all the fields and values in a hash
Scan Redis keys matching a pattern
Set string value with optional NX (only if not exists) and PX (expiry in milliseconds) options
Get string value
Delete a key
Add one or more members to a sorted set
Return a range of members from a sorted set by index
Return members from a sorted set with scores between min and max
Remove one or more members from a sorted set
Add one or more members to a set
Get all members in a set
概览
What is Redis?
—
How to use Redis?
—
Key features of Redis
—
Use cases of Redis
—
FAQ from Redis
—
数据库 分类下的更多 MCP 服务器
Neon MCP Server
neondatabase-labsMCP server for interacting with Neon Management API and databases
mcp_mysql_server
wenb1n-devModel Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
MCP Server for MySQL based on NodeJS
benborlaA Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect database schemas and execute read-only queries.
MCP MongoDB Server
kiliczshA Model Context Protocol Server for MongoDB
Meilisearch MCP Server
meilisearchA Model Context Protocol (MCP) server for interacting with Meilisearch through LLM interfaces.
评论