Claude Code Explorer MCP for Zed
io.github.divu2025/codemaster
Explore the Claude Code CLI source — browse tools, commands, search code, and more.
client:Zed
transport:stdio
runtime:npm
Install Claude Code Explorer MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"codemaster": {
"command": "npx",
"args": [
"-y",
"@divyesh2000/codemaster"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs