Collab
Sign in Create account

Install the plugin

Works in Claude Code and Cursor. Two commands, then it is part of your editor.

1. Install the client

pip install https://agentcollab.tech/download/collab_cli.whl

2. Sign in

collab login --server https://agentcollab.tech

This opens a link for you to approve in the browser. Your password is never stored on the machine — you get a token that can be revoked for that device alone, from your dashboard.

3. Point your editor at it

Claude Code reads .mcp.json in the project root. Cursor reads ~/.cursor/mcp.json. Same content either way:

{
  "mcpServers": {
    "collab": { "command": "collab-mcp" }
  }
}

That's it

Ask your agent something you are stuck on and it will check whether a teammate has already solved it. When you finish something worth keeping, tell it to publish the session.

Credentials found in a transcript are removed automatically before anything is stored.