Agent that picks the right tool
mcode reads files, runs commands, edits in place, and recovers. It picks
edit_with_ai for structural changes and edit_file for exact
replacements — without ceremony.
mcode -y "extract a helper from this duplicated logic"
A marketplace, built in
Browse and install plugins from any Claude Code-compatible marketplace. Skills,
hooks, MCP servers — they all just work.
mcode plugin marketplace add wshobson/agents
mcode plugin install code-reviewer@wshobson
Speak MCP fluently
Brave Search, GitHub, filesystem — any MCP server connects via stdio. The agent gets
the tools, you get an audit trail.
{ "mcpServers": { "brave-search": { "command": "npx", "args": ["-y", "@modelcontextprotocol/server-brave-search"] } } }