Claude Desktop
Anthropic's desktop app. MCP-native — edit one JSON file and you're done.
Pick your assistant. Each walkthrough is 5 steps: create a BoxOwl token, configure the agent, test a query.
Anthropic's desktop app. MCP-native — edit one JSON file and you're done.
The Claude developer CLI. One-shot install via npx @boxowl/skills add.
The AI-first code editor. MCP-native; @boxowl/skills wires it up.
GitHub Copilot's MCP support in VS Code (uses servers not mcpServers).
Nous's Docker-distributed Python agent with native MCP support. Drop a boxowl: block into ~/.hermes/config.yaml.
Custom GPT with BoxOwl's REST API as an Action. No MCP support yet, but the agent token works as a bearer.
The @boxowl/skills CLI also
configures Windsurf, Codex (OpenAI), and Gemini CLI in one shot. Run
npx @boxowl/skills add --platform=<id> with one of:
windsurf, codex, gemini-cli. Per-host setup walkthroughs for those land as separate pages
when the post-launch per-vendor variant work lands.
Authorization: Bearer usage every walkthrough below builds on.boxowl-mcp Python package; until then, the REST agent API is the canonical interface (see the per-host walkthrough or the full API reference).