I'm using MyClaw (myclaw.ai) as my main agent platform.
My agent (Benest) runs on MyClaw cloud with MiniMax M2.7.
I want to connect Benest to local tools running on WSL2:
- Claude Code (/usr/bin/claude)
- Gemini CLI (/usr/bin/gemini)
Questions:
- Does MyClaw support MCP (Model Context Protocol)?
- Can a MyClaw agent call external tools on a local machine?
- Is there an API or webhook that allows external tools to communicate with a MyClaw agent?
- What's the recommended architecture for this kind of integration?