适合谁
- 希望深入了解 Claude Code 内部机制的开发者
- 想要撰写关于 Claude Code 源码的技术博客或文档的人
- 需要调试或扩展 Claude Code 的贡献者
此 MCP 服务器作为非官方的探索工具,提供了对 Claude Code 泄露源码的访问。其功能在技术上可行,但用户应意识到其非官方性质。
Claude Code Explorer MCP 允许任何 MCP 兼容客户端(如 Claude Code、Claude Desktop、VS Code Copilot、Cursor)以交互方式浏览 Claude Code CLI 的完整源码。它提供工具来列出工具和命令、读取源代码文件、在 512K 行代码库中进行搜索,并提供架构概览。
npm install -g warrioraashuu-codemaster 或使用 npx。claude mcp add claude-code-explorer -- npx -y warrioraashuu-codemaster。{
"mcpServers": {
"claude-code-explorer": {
"command": "npx",
"args": [
"-y",
"warrioraashuu-codemaster"
]
}
}
}