Skip to content

Claude Code Explorer MCP for Zed

io.github.nirholas/claude-code-explorer-mcp

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": {
    "claude-code-explorer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "claude-code-explorer-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Claude Code Explorer MCP in other clients