Back to Home
Gulhidayat icon

devtools-debugger-mcp

by Gulhidayat

Overview

Facilitate debugging of Node.js applications by exposing Chrome DevTools Protocol capabilities via an MCP server.

Installation

Run Command
node dist/index.js

Security Notes

This server is designed to act as a powerful debugging agent, inherently involving high-privilege operations. The 'evaluate_expression' tool allows arbitrary JavaScript code execution within the debugged Node.js process. The 'start_node_debug' tool allows spawning arbitrary Node.js scripts by path. While these are core features of a debugger, they pose significant security risks if the server receives untrusted input or if the agent interacting with it is compromised, as it can lead to arbitrary code execution on the host system. No hardcoded secrets or obfuscation were found. The server primarily communicates via stdio, but the debugged Node.js process itself may make network calls.

Similar Servers

Stats

Interest Score33
Security Score4
Cost ClassMedium
Avg Tokens1000
Stars3
Forks0
Last Update2026-01-19

Tags

DebuggerNode.jsChrome DevToolsRemote DebuggingCode Analysis