This MCP server enables LLMs like Claude to interactively debug code via a VS Code extension. It exposes debugging tools and connects to the VS Code API. Developers use it to get real-time code debugging assistance within their IDE.
This MCP server enables LLMs like Claude to interactively debug code via a VS Code extension. It exposes debugging tools and connects to the VS Code API. Developers use it to get real-time code debugging assistance within their IDE.
npx -y claude-debugs-for-youAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"jasonjmcghee-claude-debugs-for-you-github": {
"command": "npx",
"args": [
"-y",
"npx -y claude-debugs-for-you"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from claude debugs for you?"
No configuration required. This server works out of the box.
"What resources are available in claude debugs for you?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in claude debugs for you"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in claude debugs for you with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.