
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
—
「データベース」の他のコンテンツ
Sail MCP Server for Spark SQL
lakehqDrop-in Apache Spark replacement written in Rust, unifying batch processing, stream processing, and compute-intensive AI workloads.
mcp-server-duckdb
ktanaka101A Model Context Protocol (MCP) server implementation for DuckDB, providing database interaction capabilities

Sqlite
modelcontextprotocolModel Context Protocol Servers
Redis MCP Server
redisThe official Redis MCP Server is a natural language interface designed for agentic applications to manage and search data in Redis efficiently
MotherDuck's DuckDB MCP Server
motherduckdbLocal MCP server for DuckDB and MotherDuck
コメント