Cross-System Agent Communication MCP ServerServer

mkc909
GitHub
Agent CommunicationTask CoordinationGitHub Integration

Loading subscription status...

💡 Description

This MCP server enables communication and coordination among different modes/roles of Roo across multiple systems. It creates a 'team of agents' architecture where specialized LLM agents can collaborate on tasks, share context, and coordinate work.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Cross-System Agent Communication MCP Server": {
        "env": {
          "GITHUB_TOKEN": "your_github_token",
          "PLANETSCALE_HOST": "your_planetscale_host",
          "PLANETSCALE_PASSWORD": "your_planetscale_password",
          "PLANETSCALE_USERNAME": "your_planetscale_username"
        },
        "args": [],
        "command": "npm start"
      }
    }
  ]
}

🛠️ Tools

Node.jsTypeScript

Features

  • Agent Registration
  • Message Bus for Asynchronous Communication
  • Task Coordination
  • Context Sharing
  • Integration with GitHub
  • Integration with PlanetScale

💬 Example Queries

  • Register a new agent
  • Send a message to another agent
  • Create a new task