copilot-pilot

rj45Thompson/copilot-pilot
★ 0 stars Python 🤖 AI/LLM Updated today
Copilot Pilot — graph-grounded WPF agent harness + MCP server (knowledge graph, scan/propose/validate loop)
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "copilot-pilot": {
      "command": "uvx",
      "args": [
        "copilot-pilot"
      ]
    }
  }
}

Or install with pip: pip install copilot-pilot