This MCP server exposes the Claude Code source tree for interactive exploration from MCP-compatible clients. It provides tools to list, search, and read source files, as well as inspect tool and command implementations and architecture details.
From the registry: Explore the Claude Code CLI source — browse tools, commands, search code, and more.

$ git clone https://github.com/codeaashu/claude-code.githttps://github.com/codeaashu/claude-codePlease install the `codemaster` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Node.js and npx** — Install Node.js so you can run the MCP server from npm using npx. (https://nodejs.org/)
Optional prerequisites:
- Optional: local source checkout for full source exploration — If you want the server to explore this repository's source tree, clone the repository locally so you can point CLAUDE_CODE_SRC_ROOT at the src directory. The npm one-liner does not require cloning, but source exploration depends on having the source available locally. Run: `git clone https://github.com/codeaashu/claude-code.git` (https://github.com/codeaashu/claude-code)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","warrioraashuu-codemaster"]
- optional environment variables:
- `CLAUDE_CODE_SRC_ROOT`: Path to the local src directory to explore. Set this when your source lives outside the default location or when your client does not automatically launch from the repository root. (example: `<absolute-path-to-claude-code-src>`)
Note: The README presents both a portable npm install path and a local build-from-source path. Per the README and portability rules, the canonical config uses `npx -y warrioraashuu-codemaster`. The server is shown as a stdio MCP server. The README indicates `CLAUDE_CODE_SRC_ROOT` can be supplied for a custom source location; examples also point it at the repository's `src` directory.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.CLAUDE_CODE_SRC_ROOTrequiredPath to the Claude Code source root used by the MCP server to locate source filesAI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.