Agent setup
Connect OpenCode to VoiceLabs — MCP setup
The full MCP toolset available to OpenCode sessions in this project.
opencode.json (project root){
"mcp": {
"voicelabs": {
"type": "remote",
"url": "https://app.voicelabs.now/api/mcp"
}
}
}After connecting
Restart OpenCode, then approve the OAuth consent screen on the first voicelabs tool call.
Verify
Call the list_voice_profilestool. An answer without an auth error (even "no voice profiles yet" on a new account) means the connection works; an auth error means the OAuth consent was not completed.
MCP endpoint: https://app.voicelabs.now/api/mcp. Review or revoke this connection any time at https://app.voicelabs.now/connections.
The machine-readable version of this whole guide is at https://voicelabs.now/agent-setup/prompt.md.