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
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.