Claude Code Explorer MCP for Gemini CLI
io.github.nirholas/claude-code-explorer-mcp
Explore the Claude Code CLI source — browse tools, commands, search code, and more.
client:Gemini CLI
transport:stdio
runtime:npm
Install Claude Code Explorer MCP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"claude-code-explorer-mcp": {
"command": "npx",
"args": [
"-y",
"claude-code-explorer-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs