agent-co-op-mcp

lwgerhardt/agent-co-op-mcp
★ 0 stars Python AI/LLM Updated 8d ago
Cross-IDE agent handoff — pickup prompts, role routing, work modes, and a local Python MCP server for Cursor, Claude Code, and Copilot.
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": {
    "agent-co-op-mcp": {
      "command": "uvx",
      "args": [
        "agent-co-op-mcp"
      ]
    }
  }
}

Or install with pip: pip install agent-co-op-mcp

README Excerpt

Cross-IDE agent handoff — pickup prompts, role routing, work modes, and a local Python MCP server for Cursor, Claude Code, and VS Code Copilot. Solo developers using multiple AI coding agents (Cursor, Claude Code, VS Code Copilot) lose context every time they switch tools or hit a session limit. There is no shared state about what was decided, what phase the work is in, or what comes next.

Tools (20)

backgrounddefaulthandoff_clearhandoff_historyhandoff_pickuphandoff_publishhandoff_publish_for_verifierhandoff_restorehandoff_role_prompthandoff_run_verificationhandoff_statushandoff_updatehandoff_verification_reportimplementlongContextplanproject_initproject_showproject_validateread_map