t0ggles Crew supports three CLI providers for executing AI agent work.
The default provider. Uses Anthropic's Claude Code CLI.
Install: npm install -g @anthropic-ai/claude-code
Configure MCP:
claude mcp add --transport http t0ggles https://t0ggles.com/mcp
Claude Code will open a browser window for you to sign in when it first connects.
Supported models: Any Claude model available in your plan.
Uses OpenAI's Codex CLI.
Install: npm install -g @openai/codex
Configure MCP:
codex mcp add t0ggles --url https://t0ggles.com/mcp
Codex will prompt you to sign in via your browser when it first connects.
Supported models: Any model available in your OpenAI plan.
Uses the OpenCode CLI.
Install: npm install -g opencode-ai
Configure MCP: Add to your opencode.json:
{"mcp": {"t0ggles": {"type": "remote","url": "https://t0ggles.com/mcp","enabled": true}}}
Supported models: Any model supported by OpenCode.
All providers need access to the t0ggles MCP server so agents can read tasks, update statuses, and post comments on your board during runs.
Authentication is handled automatically via OAuth 2.0 - when a provider connects to the t0ggles MCP server for the first time, it opens a browser window for you to sign in. See the MCP Server documentation for details.