Musubi

Eurus7895/Musubi
★ 0 stars Python AI/LLM Updated today
CopilotHarness is a pure Python MCP server that acts as the harness layer for GitHub Copilot's multi-agent team — it controls what each agent sees, validates what each agent produces, enforces the correction loop, serves skills on demand, and runs code to verify it actually works.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "musubi": {
      "command": "uvx",
      "args": [
        "musubi"
      ]
    }
  }
}

Or install with pip: pip install musubi