Cross-System Agent Communication MCP Server
@mkc909
About Cross-System Agent Communication MCP Server
MCP server that enables communication and coordination between different Roo modes/roles across multiple systems
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Cross-System Agent Communication MCP Server?
This MCP server enables communication and coordination between different Roo modes/roles across multiple systems, creating a "team of agents" architecture where specialized LLM agents collaborate on tasks, share context, and coordinate work.
How to use Cross-System Agent Communication MCP Server?
Clone the repository, install dependencies, create a .env file with required tokens (GitHub token and PlanetScale credentials), build the project with npm run build, and start the server with npm start. Use the provided API endpoints for agent management, messaging, task coordination, context sharing, and GitHub integration.
Key features of Cross-System Agent Communication MCP Server
- Agent Registry to register and manage Roo modes/roles with capabilities
- Message Bus for asynchronous communication between agents
- Task Coordination for assignment and progress tracking
- Context Sharing to facilitate knowledge transfer between agents
- GitHub Integration for issues, pull requests, and project management
- PlanetScale Integration for scalable storage of agent data, messages, and tasks
Use cases of Cross-System Agent Communication MCP Server
- Orchestrating a team of specialized LLM agents to solve complex tasks collaboratively.
- Sharing context and progress across different agent roles (e.g., architect, coder, reviewer).
- Tracking and managing tasks assigned to multiple agents with status updates.
- Integrating agent communication with GitHub workflows for issue and PR management.
FAQ from Cross-System Agent Communication MCP Server
What does this server do?
It enables communication, task coordination, and context sharing between different Roo modes/roles across multiple systems, forming a team of agents.
What are the prerequisites to use this server?
Node.js 18 or higher, TypeScript 5.3 or higher, GitHub API access, and a PlanetScale database account.
How do I install and configure the server?
Clone the repository, run npm install, create a .env file with GITHUB_TOKEN and PlanetScale connection variables (PLANETSCALE_HOST, PLANETSCALE_USERNAME, PLANETSCALE_PASSWORD), then build with npm run build and start with npm start.
What integrations are supported?
GitHub (issue creation, commenting, pull request creation and review) and PlanetScale (storage of agent data, messages, and tasks).
How do I interact with the server after startup?
Use the defined API endpoints for agent management (register, update, get, list), messaging (send, get, mark read, delete), task management (create, assign, update status, get, list), context sharing (create, update, share, get, list), and GitHub actions (create issue, comment, create PR, review PR).
More AI & Agents MCP servers
MCP-NixOS - Because Your AI Assistant Shouldn't Hallucinate About Packages
utensilsMCP-NixOS - Model Context Protocol Server for NixOS resources
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
Comments