data-ai MCP Server
Claude Code ZeroClaw Pro 2026: AI Multitool & CLI Router for Claude SDK Subagents
Discovered via github-topic:claude-mcp and last synced 3mo ago.
Install instructions not detected yet
Check the source repository for the latest setup steps.
aggressive compression: dictionary_language: "auto" # auto
rust remove_comments: true minify_boilerplate: true deduplicate_imports: true routing: parallel_sub_agents: 4 max_tokens_per_agent: 8000 cost_threshold_per_request: 0.01 # USD, triggers fallback monitoring: dashboard_port: 8080 log_to_file: true alert_on_cost_spike: true multilingual: target_languages: ["Python", "TypeScript", "Rust"] context_optimization: true ``` --- ## 💻 Example Console Invocation ```bash # Start Claude-Zeroclaw with production profile claude-zeroclaw --profile ZeroCostProduction \ --mode autonomous \ --max-sub-agents 8 \ --cost-limit 0.00 \ --fallback-strategy local_first \ --context-compression aggressive \ --dashboard-port 8080 \ --model-preference claude-4-5-sonnet \ --openai-fallback-key env:OPENAI_FALLBACK # Run a specific task through the layer claude-zeroclaw exec "Refactor the authentication module to use OAuth2.0" \ --task-id OAUTH-REFACTOR-2026 \ --context-window 200k \ --sub-agent-count 3 \ --merge-strategy consensus ``` --- ## 🖥️ OS Compatibility Table
Status