Back to Home
tonyredondo icon

debugger-mcp-server

Verified Safe

by tonyredondo

Overview

A cross-platform server and CLI for remote crash dump analysis, interactive debugging, and AI-assisted diagnostics using WinDbg or LLDB.

Installation

Run Command
cd DebuggerMcp && dotnet run -- --mcp-http

Environment Variables

  • API_KEY
  • OPENROUTER_API_KEY
  • OPENAI_API_KEY
  • ANTHROPIC_API_KEY

Security Notes

The server provides optional API key authentication, CORS configuration, and rate limiting. File uploads are rigorously validated (magic bytes, size limits, ZIP extraction rules, path sanitization). Session isolation ensures users only access their own data. The 'exec' command allows raw debugger command execution, which is powerful and requires high privilege on the host, but is an intended function of a debugging server. Sensitive debugging outputs and LLM prompts/responses can be traced to disk if enabled, which requires careful handling.

Similar Servers

Stats

Interest Score32
Security Score8
Cost ClassHigh
Avg Tokens4000
Stars2
Forks0
Last Update2026-01-13

Tags

DebuggingAIDiagnostics.NETDocker