Connect OpenCode to ZERNO MCP
OpenCode can read MCP config from opencode.jsonc in your project root. Use the remote HTTP transport.
Add the server
- Open your project in ZERNO web → Integrations → MCP.
- Use server name
zernoand URLhttps://zerno.one/mcp. - Complete OAuth in the browser.
Edit opencode.jsonc
{
"mcp": {
"zerno": {
"type": "remote",
"url": "https://zerno.one/mcp",
"enabled": true
}
}
}
Restart OpenCode after saving the file.
Try it
- "What's in my backlog?"
- "Take TASK-42"
- "Triage backlog"
