Quickstart
Connect Forvibe to your AI assistant in three steps.
Three steps to plug Forvibe into any MCP-aware AI assistant.
Create an API key
Go to Settings → API Keys and click New API key. Give it a recognizable name (e.g. "Claude Code on MacBook") and copy the token shown once — it starts with fvk_live_…. You won't be able to see the full secret again, so store it in your client config or password manager immediately.
API keys grant full access to the organization they were minted under. Revoke any key you suspect has leaked.
Pick your client
Per-client setup guides:
- Claude Code —
claude mcp addCLI command - Claude Desktop — Connectors UI or
claude_desktop_config.json - Claude.ai (Web) — OAuth via Settings → Connectors
- Cursor —
.cursor/mcp.json - Windsurf —
~/.codeium/mcp_config.json - VS Code —
.vscode/mcp.json(Copilot Chat Agent mode) - Gemini Code Assist & Gemini CLI —
~/.gemini/settings.json - ChatGPT — Developer Mode + Connectors
- OpenAI Codex CLI —
~/.codex/config.toml
Verify the connection
Open a new conversation in your client and ask:
List my Forvibe projects.The agent should call the list_projects tool and return your project list. If the call fails, check the Troubleshooting guide.
The full list of available actions is in the Tools Reference.