logo
0
0
WeChat Login
m-tky<takuya.mukai@gmail.com>
docs: add comprehensive MCP server registration guides

Getting Started Docs

For first-time setup and quick orientation.

Start Path

  1. Main overview and quick start: ../../README.md
  2. One-click setup and dual bootstrap mode: one-click-bootstrap.md
  3. Update or uninstall on macOS: macos-update-uninstall.md
  4. Find commands by tasks: ../reference/cli/commands-reference.md
  5. Register MCP servers: mcp-setup.md

Choose Your Path

ScenarioCommand
I have an API key, want fastest setupzeroclaw onboard --api-key sk-... --provider openrouter
I want guided promptszeroclaw onboard
Config exists, just fix channelszeroclaw onboard --channels-only
Config exists, I intentionally want full overwritezeroclaw onboard --force
Using subscription authSee Subscription Auth

Onboarding and Validation

  • Quick onboarding: zeroclaw onboard --api-key "sk-..." --provider openrouter
  • Guided onboarding: zeroclaw onboard
  • Existing config protection: reruns require explicit confirmation (or --force in non-interactive flows)
  • Ollama cloud models (:cloud) require a remote api_url and API key (for example api_url = "https://ollama.com").
  • Validate environment: zeroclaw status + zeroclaw doctor

Next