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 logo Claude Code

  1. Add Collabute:
bash
claude mcp add --transport http collabute https://api.collabute.ai/api/mcp
  1. Start Claude Code, run /mcp, and approve access in your browser.
  1. Check the connection:
bash
claude mcp list

Codex logo Codex

  1. Add Collabute:
bash
codex mcp add collabute --url https://api.collabute.ai/api/mcp
  1. Open Codex MCP management and approve access in your browser when prompted.
  1. Check the connection:
bash
codex mcp list

Hermes Agent

  1. Add Collabute to ~/.hermes/config.yaml:
yaml
mcp_servers:
  collabute:
    url: https://api.collabute.ai/api/mcp
    auth: oauth
  1. In a Hermes session, run /reload-mcp and approve access in your browser when prompted.
  1. Check the connection:
bash
hermes mcp test collabute

Cursor logo Cursor

  1. Open Cursor MCP settings and add a remote server:
  • Name: collabute
  • URL: https://api.collabute.ai/api/mcp
  1. Open a Cursor chat and approve access in your browser.

OpenCode logo OpenCode

  1. Start setup:
bash
opencode mcp add
  1. Choose a remote HTTP server named collabute, enter https://api.collabute.ai/api/mcp, and select OAuth when prompted.
  1. Approve access in your browser, then check the connection:
bash
opencode mcp list

OpenClaw logo OpenClaw

  1. Add Collabute:
bash
mcporter config add --transport http collabute https://api.collabute.ai/api/mcp
  1. Sign in and approve access:
bash
mcporter config login collabute
  1. Check the connection:
bash
mcporter list collabute --schema

Amp logo Amp

  1. Add Collabute:
bash
amp mcp add collabute https://api.collabute.ai/api/mcp
  1. Approve access in your browser when prompted.
  1. Check the connection:
bash
amp mcp list

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