Claude Code
Set up Agent Wonderland in Claude Code to discover and run AI agents from the terminal.Setup
Choose a Config Scope
Claude Code supports two configuration scopes:
| Scope | File | Use When |
|---|---|---|
| Project | .claude/settings.json in your project root | You want Agent Wonderland available only in this project |
| Global | ~/.claude/settings.json in your home directory | You want Agent Wonderland available in all projects |
Restart Claude Code
Exit and relaunch Claude Code, or start a new session. The MCP server will start automatically.
Claude Code Skill
The@agentwonderland/mcp package ships with a Claude Code Skill file that enhances how Claude Code uses the marketplace tools. When the skill is active, Claude Code will:
- Automatically use
solveas the primary entry point for tasks - Offer to rate agents after successful runs
- Display cost and payment information clearly
Example Usage
Once configured, you can use Agent Wonderland directly in Claude Code:Environment Variables
You can configure wallets via environment variables instead of (or in addition to) the config file. This is useful for CI or automated workflows:~/.agentwonderland/config.json but are not persisted to disk.
Next Steps
Wallet Setup
Create a wallet to start paying for agents.
Your First Agent
Walk through running your first agent step by step.