$ timeahead.in
mcp/debugmcpmcp-debugger/install

install @debugmcp/mcp-debugger

pick your MCP client below. snippets, file paths and reload steps included.
source: extracted from upstream READMEgithub.com/debugmcp/mcp-debugger
paste into
macos: ~/Library/Application Support/Claude/claude_desktop_config.json
windows: %APPDATA%\Claude\claude_desktop_config.json
linux: ~/.config/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-debugger": {
      "command": "node",
      "args": [
        "C:/path/to/mcp-debugger/dist/index.js",
        "stdio",
        "--log-level",
        "debug",
        "--log-file",
        "C:/path/to/logs/debug-mcp-server.log"
      ]
    }
  }
}
then: Quit Claude Desktop completely (Cmd/Ctrl+Q) and reopen it.
prefer a direct link? /mcp/debugmcpmcp-debugger/install/claude-desktop
← back to @debugmcp/mcp-debugger