Back to MCP Directory
Connections & Capabilities
Connects To
GitHub
Capabilities
readwriteexec
Quickstart
Config
{
"mcpServers": {
"debug": {
"command": "node",
"args": [
"/path/to/mcp-debug.js"
]
}
}
}Exposed MCP Tools (1)
high
debugAllows the LLM to interact with the VS Code debugger, setting breakpoints and evaluating expressions.
Enables code execution and modification within the debugging environment.
Safety Assessment
This tool is relatively safe when used with careful prompt engineering and a good understanding of the code being debugged. It becomes risky when used with untrusted code or without carefully reviewing the LLM's suggestions.
- Requires user confirmation to apply suggested fixes.
- Relies on existing VS Code debugging configurations.
- Language-agnostic, leveraging existing debugger consoles.
- Allows for conditional breakpoints to limit execution.
- Supports dry-run mode to test changes before applying.
- Can execute code within the debugging environment.
- Potential for unintended consequences from LLM-suggested code changes.
- Depends on the security of the underlying VS Code debugging environment.
- Requires careful prompt engineering to avoid malicious actions.
- No built-in rate limiting or usage controls.
