Awesome MCPSoftware Development

jasonjmcghee/claude-debugs-for-you

⭐ 515 TypeScript repository created 2025-01-17

Claude Debugs For You is a Visual Studio Code extension combined with a Model Context Protocol (MCP) server that enables large language models (LLMs) like Claude to interactively debug code in any programming language. The project leverages the MCP to facilitate communication between the LLM and the debugging environment, allowing the model to use breakpoints and evaluate expressions dynamically during a debugging session. This language-agnostic tool assumes the presence of debugger console support and a valid launch.json configuration for debugging within VS Code. The extension integrates seamlessly with VS Code, providing a status menu to indicate whether the debugging server is running correctly. Users can install the extension either from the VS Code Marketplace or by downloading the VSIX package directly. The project supports multiple MCP transport methods, including stdio and server-sent events (SSE), making it compatible with various MCP clients such as Claude Desktop, Continue, and Cursor. Setup involves configuring the MCP server path in the client configuration and starting the MCP client. Once running, users can open projects with appropriate launch configurations and prompt the LLM to debug code interactively. The LLM can step through code, set breakpoints, and evaluate expressions to identify and fix issues without making premature assumptions about the problem. The repository includes detailed instructions for installation, configuration, and usage, along with demo videos showcasing the debugging process. It also encourages community contributions for bug fixes and feature enhancements. The project aims to enhance developer productivity by combining the power of LLMs with traditional debugging workflows, enabling more intuitive and efficient code troubleshooting.

https://github.com/jasonjmcghee/claude-debugs-for-you

ai-assisted-debugginganthropicauto-fixautodebugautomationbreakpointsclaudeclaude-desktopcode-debuggingcode-troubleshootingconditional-breakpointscontextcontinuecursordebugdebuggingdebugging-assistantdebugging-serverdebugging-tooldeveloper-productivityexpression-evaluationinteractive-debugginglanguage-agnosticlarge-language-modellarge-language-modelslaunch.jsonllmmcpmodelmodel-context-protocolprotocolripgrepserver-sent-eventsssestdiovibevibe-codingvibe-debuggingvisual-studio-code-extensionvs-codevs-code-extensionvscodevscode-extension

Also in Software Development

Graphify-Labs/graphify

Graphify transforms codebases, documentation, and other files into queryable knowledge graphs, enhancing developer productivity with local AST parsing and detailed edge explanations.

upstash/context7

Context7 MCP Server is an MCP server that delivers up-to-date, version-specific code documentation and examples to enhance LLMs and AI code editors, ensuring accurate and current code generation.

DeusData/codebase-memory-mcp

High-performance Model Context Protocol (MCP) server that indexes codebases into a persistent knowledge graph for AI coding agents, supporting 158 languages, lightning-fast queries, and various dev...

github/github-mcp-server

GitHub MCP Server is an official Model Context Protocol server that integrates with GitHub APIs to enable advanced automation and AI-powered interactions with GitHub repositories and workflows.

tirth8205/code-review-graph

Code-review-graph is a local-first code intelligence solution that builds a persistent structural map of your codebase to provide precise context to AI coding tools, significantly reducing token us...

oraios/serena

Serena is a free and open-source coding agent toolkit that uses the Model Context Protocol to enable LLMs to autonomously perform semantic code retrieval and editing with IDE-like precision on complex codebases.

eyaltoledano/claude-task-master

Claude Task Master is an AI-powered task management system designed for AI-driven development that integrates seamlessly with various editors via the Model Control Protocol (MCP).

mksglu/context-mode

Context Mode is an MCP server designed to optimize context window usage for AI coding agents by sandboxing tool output, tracking session continuity with SQLite, and promoting LLMs as code generator...