Some AI coding agents need configuration to prefer MCP tools over built-in shell commands. This directory contains agent-specific setup guides.
- SETUP.md - 3-step configuration guide
- CLAUDE.md - Example config snippet
Why needed: Claude Code defaults to built-in Bash tool. Configuration ensures it uses run_task for expensive operations.
| Agent | MCP Support | Extra Config Needed? | Status |
|---|---|---|---|
| Amp | ✅ Yes | ❌ No | Works out of the box |
| Claude Code | ✅ Yes | ✅ Yes | Setup guide available |
| Cline | ✅ Yes | Needs testing | |
| Copilot (VS Code) | ✅ Yes | ❌ No | Works out of the box |
| Cursor | ✅ Yes | ✅ Yes | Setup guide needed |
| Firebender | ✅ Yes | Needs testing | |
| Windsurf | ✅ Yes | ❌ No | Works out of the box |
To add a setup guide for another agent:
- Create directory:
mkdir examples/<agent-name> - Add SETUP.md with clear, agent-readable instructions (keep it under 60 lines)
- Include example configs if needed
- Update this README with agent compatibility info
Goal: Agents should be able to follow SETUP.md automatically without human intervention.