Multi-agent setup for DotZero MCP servers (Claude Code, Codex, Gemini, Cursor, Windsurf, VS Code)
Multi-agent setup for DotZero MCP servers. Auto-detects and configures all major AI agents.
``bash`
npx @dotzero.ai/setup
This will:
1. Auto-detect all supported AI agents on your machine
2. Register dotzero-auth and dotzero-workorder MCP servers with each detected agent.dotzero/config.json
3. Create with default API URLs.dotzero/
4. Add to .gitignore
| Agent | Detection | Config Location |
|-------|-----------|-----------------|
| Claude Code | claude --version | claude mcp add CLI |codex --version
| Codex CLI | | .codex/config.toml |gemini --version
| Gemini CLI | | .gemini/settings.json |~/.cursor/
| Cursor | exists | .cursor/mcp.json |~/.codeium/windsurf/
| Windsurf | exists | ~/.codeium/windsurf/mcp_config.json |code --version
| VS Code | or .vscode/ exists | .vscode/mcp.json |
`bash`
npx @dotzero.ai/setup # auto-detect and configure all agents
npx @dotzero.ai/setup --agent claude # configure only Claude Code
npx @dotzero.ai/setup --list # show agent detection status
npx @dotzero.ai/setup --help # show help
1. Restart your AI agent (or open a new session)
2. Authenticate:
``
auth_login(
email: "your@email.com",
password: "your-password",
tenant_id: "your-tenant-id"
)
workorder_list
3. Start using DotZero tools: , product_list, etc.
If no supported agent is detected, the setup prints a .mcp.json configuration you can add manually to your project.
| MCP Server | Package | Tools |
|------------|---------|-------|
| dotzero-auth | @dotzero.ai/auth-mcp | 3 (login, refresh, status) |dotzero-workorder
| | @dotzero.ai/work-order-mcp` | 95 (work orders, products, workers, operations, reports, etc.) |
MIT