Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 💻 Developer Tools
  3. Claude Debugs For You
Claude Debugs For You logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 7:50:05 PM

Claude Debugs For You

User RatingsBe the first to rate and review this MCP server!
View Repository515 GitHub StarsTotal stargazers on GitHub for the source repository (515 stars).Visit Website
debuggingvscodedeveloper-toolsmcp

Connects an LLM to VS Code debugging for breakpoint-driven, expression-based investigation.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON ▾
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself — its README, its docs, or a verified owner. We haven’t found those for jasonjmcghee/claude-debugs-for-you, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing Alternatives💻 More in Developer Tools

Overview

jasonjmcghee/claude-debugs-for-you MCP server lets an LLM interact with VS Code's debugger using breakpoints and expression evaluation. A VS Code extension starts the MCP server and exposes it over stdio or a local SSE endpoint for compatible clients. It is language-agnostic when the project has debugger console support and a valid VS Code launch configuration. Reach for it when you want an agent to inspect program behavior step by step instead of relying only on static code analysis.

Use cases

•Debug a failing function with runtime breakpoints
•Evaluate expressions while tracing program state
•Investigate language-agnostic bugs through VS Code
•Connect Claude Desktop to a local VS Code debugger

Key features

•Interactive breakpoint debugging
•Runtime expression evaluation
•Conditional breakpoint support
•stdio MCP transport
•Local SSE MCP endpoint
•VS Code status and server controls

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Claude Debugs For You.

Extracted Tool Capabilities
Interactive breakpoint debugging
Runtime expression evaluation
Conditional breakpoint support
stdio MCP transport
Local SSE MCP endpoint
VS Code status and server controls

How Claude Debugs For You works

What jasonjmcghee/claude-debugs-for-you MCP server does

The jasonjmcghee/claude-debugs-for-you MCP server connects an MCP-capable language model to an active VS Code debugging session. It allows the model to work with debugger breakpoints and evaluate expressions while investigating a program. The approach is intended for interactive diagnosis: the model can inspect runtime state as execution progresses rather than making a diagnosis from source code alone.

The project includes both an MCP server and a VS Code extension. Its debugging model is language-agnostic, but the target language and project must provide debugger console support through VS Code. A usable .vscode/launch.json is also required to start the relevant debug configuration.

How it works

Install and start the extension inside VS Code. The extension provides a status item named “Claude Debugs For You,” which indicates whether the service started successfully and exposes commands for managing it. When more than one VS Code window is open, the extension can hand the service from one window to another.

Clients can connect in two ways:

  • stdio: The extension supplies the path to its generated Node-based MCP server script. Add that path to an MCP client configuration such as Claude Desktop.
  • SSE: The extension supplies a local server address, documented as http://localhost:4711/sse by default, with the port adjustable in settings. This mode is used for clients such as Cursor.

After connecting a client, open a project with a suitable launch configuration and start debugging. The model must be configured to use tools; the example workflow asks it to place breakpoints and evaluate expressions while tracing a failing function.

Setup and configuration

Install the extension from the Visual Studio Marketplace or from a release VSIX file. In VS Code, a VSIX can be installed through the Extensions view’s “Install from VSIX...” command.

For stdio configuration, use the extension command that copies the MCP debug server path, then place the resulting path in the client’s MCP configuration with node as the command. Do not copy the placeholder path from the example; the path is specific to the local extension installation.

For SSE configuration, use the extension command that copies the server address, or configure the local SSE URL and selected port in the client. A client that was already running may need to be restarted, and Cursor may require a refresh.

Tools and capabilities

The jasonjmcghee/claude-debugs-for-you MCP server supports interactive breakpoint debugging and runtime expression evaluation. Conditional breakpoints are supported. The extension can be configured to start automatically, or the server can be started manually from its status menu.

Limitations and notes

The project does not claim to support every language independently of VS Code’s debugger. Language support depends on debugger console functionality and a valid launch.json configuration. The README demonstrates Claude Desktop, Continue, and Cursor; compatibility with other MCP clients is suggested but not individually documented. A proposed code-fix tool is listed as future work, so the documented server should be treated as a debugging and evaluation interface rather than an automatic source-editing tool.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Developer Tools View all alternatives
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    💻 Developer Tools8 views
    Compare vs Claude Task Master →
  • Jetbrains Debugger MCP Plugin logoJetbrains Debugger MCP Plugin

    A JetBrains IDE plugin that exposes an MCP server, giving AI coding assistants full programmatic control over the debugger.

    💻 Developer Tools3 views
    Compare vs Jetbrains Debugger MCP Plugin →
  • SaC — Software as Content logoSaC — Software as Content

    Give your AI agent the ability to respond with live, interactive apps that evolve.

    💻 Developer Tools3 views
    Compare vs SaC — Software as Content →
  • VSCode Devtools logoVSCode Devtools

    Connect to VSCode ide and use semantic tools like findusages

    💻 Developer Tools4 views
    Compare vs VSCode Devtools →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
515
Stargazers on the source repository.
Last commit
8mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Claude Debugs For You

Install the VS Code extension from the Visual Studio Marketplace or install its release VSIX file. The extension starts and manages the MCP server.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewClaude Debugs For You AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/jasonjmcghee-claude-debugs-for-you?style=directory)](https://allmcps.com/mcp/jasonjmcghee-claude-debugs-for-you)
HTML Embed
<a href="https://allmcps.com/mcp/jasonjmcghee-claude-debugs-for-you"><img src="https://allmcps.com/api/badge/jasonjmcghee-claude-debugs-for-you?style=directory" alt="Claude Debugs For You on AllMCPs" /></a>

Technical Specs & Signals

Category💻Developer Tools
PricingFree
More technical detailsExpand ▾
AuthNo auth required
LicenseMIT
ClientsClaude Desktop, Cursor
Last updatedSep 7, 2026
9/9 checks healthy over the last 31d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars515
GitHub Star CountTotal stargazers on GitHub representing community popularity (515 stars).
Last commit8mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Dec 20, 2025
44Quality signal: Fair · 44/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools18/30
Adoption & activity5/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 💻 Developer Tools →Best MCP servers for Developers →Alternatives to Claude Debugs For You →Install in Claude DesktopInstall in CursorInstall in VS Code