All clients
Connect OpenCode
Use Bizdex from your terminal agent. Use Bizdex tools without leaving your current workflow.
Try asking
- “Find investors in my network who know Acme”
- “Add a demand intent for portfolio CFO hiring”
- “Import this LinkedIn connections CSV”
Install OpenCode
npm i -g opencode-aiAdd Bizdex to OpenCode
Add the remote server to your OpenCode config, then authenticate with the built-in MCP OAuth flow.
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"bizdex": {
"type": "remote",
"url": "https://bizdex.onrender.com/mcp",
"enabled": true
}
}
}Setup steps
- 1Add the configuration to ~/.config/opencode/opencode.json.
- 2Run opencode mcp auth bizdex.
- 3Sign in and select the team OpenCode can access.
Use an API key instead
Use this fallback for clients or environments where browser authentication is unavailable.
Sign in to create a key
OpenCode configuration
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"bizdex": {
"type": "remote",
"url": "https://bizdex.onrender.com/mcp",
"oauth": false,
"headers": {
"Authorization": "Bearer YOUR_BIZDEX_API_KEY"
}
}
}
}OAuth access is limited to the team you select during approval. Revoke it any time from Authorized Apps in Bizdex.