Serversio.github.nirholas/claude-code-explorer-mcp
M

Claude Code Explorer MCP

io.github.nirholas/claude-code-explorer-mcp · v1.1.0
▦ npm
v1.1.0npm npm: claude-code-explorer-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.nirholas/claude-code-explorer-mcp",
  "description": "Explore the Claude Code CLI source — browse tools, commands, search code, and more.",
  "title": "Claude Code Explorer MCP",
  "repository": {
    "url": "https://github.com/nirholas/claude-code",
    "source": "github",
    "subfolder": "mcp-server"
  },
  "version": "1.1.0",
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "claude-code-explorer-mcp",
      "version": "1.1.0",
      "runtimeHint": "node",
      "transport": {
        "type": "stdio"
      }
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}