CoCoPilot

jonupchurch/CoCoPilot
★ 0 stars HTML API Integration Updated today
A live board for working with Claude on GitHub Spec-Kit repos — MCP server, HTTP API and CLI behind an Electron desktop app. Keeps the info straight that you'd otherwise hold in your head.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cocopilot": {
      "command": "npx",
      "args": [
        "-y",
        "jonupchurch/CoCoPilot"
      ]
    }
  }
}