Connect OpenCode to Busabase
Open-source terminal coding agent with first-class remote MCP and OAuth support.
Paste this into OpenCode
Read https://busabase.com/SETUP_SKILL.md and set up Busabase for me. Follow it through to the end, then confirm the connection works.

Give your agent this one instruction
You end up with more than a connector: the busabase skill carries the whole approval-first workflow, the CLI, and the full API — available in every future session without re-pasting anything.
Asks first
Busabase Cloud or Personal Desktop — your call, before anything happens.
Connects
Signs you in and stores the credential itself. No API key to copy by hand.
Seeds a Base
Creates and fills your first Base, so the workspace is not an empty screen.
Installs the skills
busabase and busabase-app-creator become permanent, for every session after this.
For this agent
Let OpenCode follow https://busabase.com/SETUP_SKILL.md and review its shell commands before approval.
Prefer a connector?
If you would rather wire Busabase in as MCP tools than let the agent install a skill, use the server URL below.
At a glance
- Vendor
- OpenCode
- How it connects
- MCP + OAuth · Plugin / Skill
- Transport
- Streamable HTTP
- Authentication
- OAuth (dynamic registration)
- Config file
- ~/.config/opencode/opencode.json
opencode mcp auth busabase
opencode mcp listAdd Busabase to the stable global config at ~/.config/opencode/opencode.json (or a project opencode.json):
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"busabase": {
"type": "remote",
"url": "https://busabase.com/api/mcp",
"enabled": true
}
}
}
Run opencode mcp auth busabase, complete OAuth in the browser, then run opencode mcp list and ask OpenCode to call auth_verify.
Known gotchas
Do not mix the stable and V2 config shapes. Stable OpenCode puts servers directly under mcp and uses enabled; V2 puts them under mcp.servers and uses disabled.
Written from this agent's own documentation. We have not re-run every step on a real machine, so check the linked docs if a command has changed.
Let your agent do the setup
One instruction, reviewed access, and every change it makes afterwards arrives as a proposal you approve.
Browse every agentPaste this into OpenCode
Read https://busabase.com/SETUP_SKILL.md and set up Busabase for me. Follow it through to the end, then confirm the connection works.