@dotzero.ai/setup
v1.2.2
Published
Multi-agent setup for DotZero MCP servers (Claude Code, Codex, Gemini, Cursor, Windsurf, VS Code)
Maintainers
Readme
@dotzero.ai/setup
Multi-agent setup for DotZero MCP servers. Auto-detects and configures all major AI agents.
Usage
npx @dotzero.ai/setupThis will:
- Auto-detect all supported AI agents on your machine
- Register
dotzero-authanddotzero-workorderMCP servers with each detected agent - Create
.dotzero/config.jsonwith default API URLs - Add
.dotzero/to.gitignore
Supported Agents
| Agent | Detection | Config Location |
|-------|-----------|-----------------|
| Claude Code | claude --version | claude mcp add CLI |
| Codex CLI | codex --version | .codex/config.toml |
| Gemini CLI | gemini --version | .gemini/settings.json |
| Cursor | ~/.cursor/ exists | .cursor/mcp.json |
| Windsurf | ~/.codeium/windsurf/ exists | ~/.codeium/windsurf/mcp_config.json |
| VS Code | code --version or .vscode/ exists | .vscode/mcp.json |
CLI Flags
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 helpAfter Setup
- Restart your AI agent (or open a new session)
- Authenticate:
auth_login( email: "[email protected]", password: "your-password", tenant_id: "your-tenant-id" ) - Start using DotZero tools:
workorder_list,product_list, etc.
No Agent Detected
If no supported agent is detected, the setup prints a .mcp.json configuration you can add manually to your project.
What Gets Installed
| 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.) |
License
MIT
