SplitMind MCP Agent Communication Server (Redis Edition)
@webdevtodayjason
SplitMind MCP Agent Communication Server (Redis Edition) について
A2AMCP is a Agent2Agent MCP communication Server taking the concept from Google's Agent2Agent Protocol (A2A)
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"A2AMCP": {
"command": "docker",
"args": [
"exec",
"-it",
"splitmind-redis",
"redis-cli"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is SplitMind MCP Agent Communication Server (Redis Edition)?
A persistent, multi-project MCP server that enables real-time communication between AI agents working on parallel tasks in SplitMind. Built with Docker and Redis for reliability and scalability.
How to use SplitMind MCP Agent Communication Server (Redis Edition)?
Clone the repository, make entrypoint.sh executable, and start services with docker-compose up -d. Each Claude Code agent must be configured with the JSON MCP server configuration pointing to the Docker container. Agents then use provided tools like register_agent, heartbeat, add_todo, and query_agent to coordinate.
Key features of SplitMind MCP Agent Communication Server (Redis Edition)
- Multi-project isolated namespaces for different projects
- Persistent state via Redis that survives restarts and crashes
- Per-agent todo list management with priority and status
- Automatic dead agent detection and cleanup via heartbeats
- Docker deployment for easy setup and scalability
- Optional Redis Commander web UI for real-time monitoring
Use cases of SplitMind MCP Agent Communication Server (Redis Edition)
- Parallel AI agents working on separate tasks in the same project
- File coordination with locks to prevent conflicts
- Inter-agent queries and broadcasts for status and help
- Sharing TypeScript interfaces and type definitions across agents
- Tracking progress and task breakdown across all agents
FAQ from SplitMind MCP Agent Communication Server (Redis Edition)
What are the runtime dependencies?
Docker and Docker Compose are required. The server uses a Redis container; optional Redis Commander container for monitoring.
How does dead agent cleanup work?
Agents must call heartbeat() every 30–60 seconds. If a heartbeat is missed, the agent is automatically cleaned up.
How can I monitor the system?
Use Redis Commander at http://localhost:8081 (with debug profile), Docker logs, or direct Redis CLI via docker exec.
How can I secure the deployment in production?
Remove Redis port exposure, add a Redis password via REDIS_URL, and set resource limits on containers.
What data is stored per project?
Each project has a Redis namespace containing: agents hash, heartbeat timestamps, file locks, shared interfaces, agent todo lists, message queues, and a list of recent file changes.
「AI とエージェント」の他のコンテンツ
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
Web Agent Protocol
OTA-Tech-AI🌐Web Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support
MCP-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
コメント