Back to Home
Digital-Defiance icon

mcp-debugger-server

by Digital-Defiance

Overview

Provides enterprise-grade debugging capabilities for Node.js and TypeScript applications to AI agents, covering breakpoint management, execution control, variable inspection, performance profiling, and hang detection.

Installation

Run Command
npx @ai-capabilities-suite/mcp-debugger-server

Environment Variables

  • NODE_ENV
  • LOG_LEVEL
  • MCP_LOG_LEVEL
  • MCP_AUTH_TOKEN
  • MCP_PORT
  • MCP_HOST
  • DEBUG

Security Notes

The server's core functionality, such as `debugger_inspect` (evaluating arbitrary JavaScript expressions) and `debugger_start`/`debugger_detect_hang` (executing arbitrary commands), poses significant security risks if exposed to untrusted clients or networks without robust authentication and authorization. The `--no-auth` CLI option explicitly allows disabling authentication, and the server can be exposed via TCP, making secure deployment configuration a critical concern.

Similar Servers

Stats

Interest Score30
Security Score5
Cost ClassLow
Avg Tokens300
Stars1
Forks1
Last Update2026-01-17

Tags

debuggingnodejstypescriptai-agentprofiling