OpenCode
OpenCode
OpenCode is the AI coding agent.
1. Add the server
Open your OpenCode config file (~/.config/opencode/opencode.json) and add the Catio server under mcp:
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"catio": {
"enabled": true,
"type": "remote",
"url": "https://mcp.catio.tech/mcp"
}
}
}2. Authenticate
Restart OpenCode. The first time a Catio tool is invoked, OpenCode opens a browser OAuth flow: select your org and workspace.
3. Verify
Start a session and ask:
Tell me about my Catio sessionUpdated 7 days ago