★ 4 stars
C#
🤖 AI/LLM
Updated 2d ago
C# MCP server for kernel & user-mode Windows debugging — DbgEng COM, KDNET, Frida, dbgsrv, TTD, and integrated VM control. 29 tools for LLM agents.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"windbg-mcp": {
"command": "npx",
"args": [
"-y",
"memoryforensics1/windbg-mcp"
]
}
}
}
Run in terminal:
claude mcp add windbg-mcp npx -y memoryforensics1/windbg-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"windbg-mcp": {
"command": "npx",
"args": [
"-y",
"memoryforensics1/windbg-mcp"
]
}
}
}
Topics
ai-agentclaudecsharpdbgengdebuggerdotnetexploit-developmentfridakernel-debuggingllmmalware-analysismcpmodel-context-protocolreverse-engineeringtime-travel-debugging