console-ninja

stdio

Used by 2 plugins

Installs debug-tools, the highest-starred plugin that provides this server

Install
1
Run in your terminal
$
npx claudepluginhub adeonir/claude-code-extras --plugin debug-tools
Add to Your Project

Add to your .mcp.json:

{
  "mcpServers": {
    "console-ninja": {
      "command": "npx",
      "args": [
        "-y",
        "-c",
        "node ~/.console-ninja/mcp"
      ]
    }
  }
}
Command
npx
Arguments
-y-cnode ~/.console-ninja/mcp