• Home
  • Categories
  • Tags
  • Pricing
  • Submit
Built with
Ever Works
Ever Works

Connect with us

Stay Updated

Get the latest updates and exclusive content delivered to your inbox.

Product

  • Categories
  • Tags
  • Pricing
  • Help

Clients

  • Sign In
  • Register
  • Forgot password?

Company

  • About Us
  • Admin
  • Sitemap

Resources

  • Blog
  • Submit
  • API Documentation
All product names, logos, and brands are the property of their respective owners. All company, product, and service names used in this repository, related repositories, and associated websites are for identification purposes only. The use of these names, logos, and brands does not imply endorsement, affiliation, or sponsorship. This directory may include content generated by artificial intelligence.
Copyright © 2025 Acme. All rights reserved.·Terms of Service·Privacy Policy·Cookies
  1. Home
  2. Testing & Debugging Tools
  3. claude-debugs-for-you

claude-debugs-for-you

An MCP server and VS Code Extension that enables automatic debugging via breakpoints and expression evaluation across languages. It allows any LLM (e.g., Claude) to interactively debug any programming language via MCP and a VS Code Extension, providing debugging capabilities through the Model Context Protocol.

🌐Visit Website

About this tool

Surveys

Loading more......

Information

Websitegithub.com
PublishedMay 14, 2025

Categories

1 Item
Testing & Debugging Tools

Tags

4 Items
#mcp
#debugging
#vscode
#ai-integration

Similar Products

6 result(s)
dap-mcp

An MCP server bridging debugging tools with AI systems via the Debug Adapter Protocol, enabling debugger control and enhanced workflows—showcasing developer tool integration in MCP servers.

Bonsai MCP

Connects Claude to Blender for analyzing and interacting with IFC building models via MCP, featuring specialized tools for querying and exploring BIM data. A practical BIM-focused MCP server.

Chess MCP

MCP server that integrates with chess engines and libraries to provide game analysis, move generation, and position evaluation, illustrating how MCP servers can power AI-driven chess research and applications.

Choturobo

An MCP server integrating Arduino-based robotics (ESP32 or Arduino Nano) with AI, enabling control of hardware components like LEDs, motors, servos, and sensors through AI assistants. Highly relevant as an innovative MCP server expanding hardware interaction capabilities.

Code2flow Server

A server wrapping the code2flow tool as an MCP service, enabling AI applications to generate and access code call graphs using a standardized protocol. Directly demonstrates MCP server integration.

Blog publisher MCP server

Enables AI assistants to publish blog content to external platforms through a Python-based MCP server, supporting automated content publishing workflows.

claude-debugs-for-you

Category: Testing & Debugging Tools
Tags: mcp, debugging, vscode, ai-integration

Source code on GitHub

Description

claude-debugs-for-you is an MCP server and VS Code extension that enables interactive, automatic debugging for any programming language via breakpoints and expression evaluation. It allows large language models (LLMs), such as Claude, to interface with the debugging process through the Model Context Protocol (MCP), making debugging workflows accessible to AI assistants across languages.

Features

  • Language-agnostic debugging: Works with any programming language supported by VS Code debugging, assuming debugger console support and a valid launch.json configuration.
  • MCP server integration: Exposes debugging capabilities through the Model Context Protocol, enabling LLMs to control and interact with the debugger.
  • VS Code extension: Provides an extension for Visual Studio Code to bridge LLMs and the debugging process.
  • Breakpoints and expression evaluation: Supports setting breakpoints and evaluating expressions programmatically via MCP.
  • LLM support: Designed to work with any LLM (e.g., Claude, GPT-4), not just Claude, for debugging automation.
  • Multiple client compatibility: Can be used with Claude Desktop, Continue, Cursor, or any client supporting MCP.
  • Configurable startup: Allows for configuration via environment variables and extension settings (e.g., port selection).
  • Automatic debug server startup: Starts the debug server automatically on VS Code initialization (can be disabled in settings).
  • Flexible transport: Supports both node process and SSE (Server-Sent Events) based communication for different client types.
  • Demo examples and configuration guidance: Provides detailed instructions and examples for setup with various clients.
  • Open source and extensible: MIT licensed and open to contributions.

Pricing

  • Free and open source (MIT License)

Resources

  • VS Code Marketplace Listing
  • GitHub Repository