Redis MCP Server
@cbuitragoh
Redis MCP Server について
Redis MCP Server - Python implementation with docker
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"customRedis": {
"command": "python",
"args": [
"-m",
"venv",
".venv"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Redis MCP Server?
A containerized implementation of a Redis server with MCP (Model Control Protocol) integration, enabling AI assistants to perform Redis operations through a standard interface.
How to use Redis MCP Server?
Clone the repository, then run docker-compose up -d to start the services. The MCP server exposes operations like set_redis_key, get_redis_key, delete_redis_key, and list_redis_keys. Configuration is handled via environment variables (REDIS_HOST, REDIS_PORT, REDIS_DB, LOG_LEVEL). For Claude Desktop integration, add the provided Docker run configuration to your MCP settings.
Key features of Redis MCP Server
- Redis server with persistence
- MCP server integration for Redis operations
- Docker and Docker Compose support
- Comprehensive error handling and logging
- Environment‑based configuration
- Health checks for Redis service
Use cases of Redis MCP Server
- Set and retrieve key‑value pairs via AI chat interfaces
- Manage Redis keys and list them by pattern
- Containerized deployment for consistent environments
- Integrate Redis operations into LLM‑powered applications
FAQ from Redis MCP Server
What Redis operations does the MCP server provide?
It provides set_redis_key, get_redis_key, delete_redis_key, and list_redis_keys.
What are the prerequisites to run this server?
You need Docker and Docker Compose installed on your system.
How is Redis MCP Server configured?
It uses environment variables: REDIS_HOST (default: redis), REDIS_PORT (6379), REDIS_DB (0), and LOG_LEVEL (INFO).
Can I use Redis MCP Server with Claude Desktop?
Yes. Add a JSON configuration to your Claude Desktop settings that runs the Docker container with the correct network and arguments (see the README for the exact snippet).
Does the server support data persistence?
Yes, a “Redis server with persistence” is listed as a feature, though the README does not detail the persistence mechanism.
「データベース」の他のコンテンツ
Chroma MCP Server
chroma-coreA Model Context Protocol (MCP) server implementation that provides database capabilities for Chroma
ClickHouse MCP Server
ClickHouseConnect ClickHouse to your AI assistants.
Multi Database MCP Server
FreePeakA powerful multi-database server implementing the Model Context Protocol (MCP) to provide AI assistants with structured access to databases.
mcp-server-duckdb
ktanaka101A Model Context Protocol (MCP) server implementation for DuckDB, providing database interaction capabilities
MCP Alchemy
runekaagaardA MCP (model context protocol) server that gives the LLM access to and knowledge about relational databases like SQLite, Postgresql, MySQL & MariaDB, Oracle, and MS-SQL.
コメント