Integrations
MCP
Connect Codex, Cursor, Claude, and other coding assistants to Collabute context.
Connect your coding agent to Collabute when you want it to use your team's meetings, connected work, conversations, and deployment context.
Supported agents
Before you connect
- You need an active Collabute account and organization.
- You need access to the integrations you want your agent to use.
- Connect those integrations first in Settings > Integrations.
Collabute opens a browser so you can sign in and approve access. Do not add personal access tokens or manual authorization headers.
Set up your agent
Claude Code
- Add Collabute:
bash
claude mcp add --transport http collabute https://api.collabute.ai/api/mcp- Start Claude Code, run
/mcp, and approve access in your browser.
- Check the connection:
bash
claude mcp list
Codex
- Add Collabute:
bash
codex mcp add collabute --url https://api.collabute.ai/api/mcp- Open Codex MCP management and approve access in your browser when prompted.
- Check the connection:
bash
codex mcp listHermes Agent
- Add Collabute to
~/.hermes/config.yaml:
yaml
mcp_servers:
collabute:
url: https://api.collabute.ai/api/mcp
auth: oauth- In a Hermes session, run
/reload-mcpand approve access in your browser when prompted.
- Check the connection:
bash
hermes mcp test collabute
Cursor
- Open Cursor MCP settings and add a remote server:
- Name:
collabute - URL:
https://api.collabute.ai/api/mcp
- Open a Cursor chat and approve access in your browser.
OpenCode
- Start setup:
bash
opencode mcp add- Choose a remote HTTP server named
collabute, enterhttps://api.collabute.ai/api/mcp, and select OAuth when prompted.
- Approve access in your browser, then check the connection:
bash
opencode mcp list
OpenClaw
- Add Collabute:
bash
mcporter config add --transport http collabute https://api.collabute.ai/api/mcp- Sign in and approve access:
bash
mcporter config login collabute- Check the connection:
bash
mcporter list collabute --schema
Amp
- Add Collabute:
bash
amp mcp add collabute https://api.collabute.ai/api/mcp- Approve access in your browser when prompted.
- Check the connection:
bash
amp mcp listUse it
Once connected, ask questions that need team context, for example:
- "What decisions and action items came from my most recent meeting?"
- "What changed in our Linear work this week?"
- "Summarize the latest discussion about the onboarding rollout."
- "Show the latest production deployment for project X."
If the response includes the expected organization context, you are connected. Keep ordinary coding questions in your agent without MCP.
Troubleshooting
I cannot sign in
- Start the connection again and complete browser approval in the same session.
- Confirm that you are signing in to the correct Collabute organization.
- Ask an admin if your role is allowed to use the relevant integration.
The agent cannot connect
- Configure Collabute as a remote HTTP server, not a local command or legacy server.
- Update your agent if it does not support modern remote MCP connections.
The agent has no useful context
- Check that the relevant integration is connected in Settings > Integrations.
- Confirm that the connected account can access the project, team, or channel you asked about.
- Add a project, team, channel, or time period to your question.
Tips
- Connect one Collabute account per person.
- Remove the MCP connection when you no longer need access.
