debug-mcp-server
Verified Safeby developerlabsai
Overview
Bridge web browsers and Claude Code for seamless debugging workflows, capturing debug data, and facilitating interactive Q&A.
Installation
npx @developerlabs/debug-mcp-serverEnvironment Variables
- DEBUG_MCP_PORT
- DEBUG_MCP_STORAGE_PATH
- DEBUG_MCP_RETENTION_DAYS
- DEBUG_MCP_LOG_LEVEL
Security Notes
The server is explicitly designed to run on 'localhost' (127.0.0.1) only, binding to this address and using CORS middleware to restrict origins to localhost/127.0.0.1. This significantly mitigates external network risks. No hardcoded secrets, obfuscation, or direct 'eval' usage were found. It is very safe for its intended local development environment use.
Similar Servers
mcp-manager
A web GUI to easily manage and configure Model Context Protocol (MCP) servers for the Claude Desktop app on MacOS, generating terminal commands for installation and setup.
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
mcp-playground
A web-based developer tool for testing, inspecting, and debugging Model Context Protocol (MCP) servers, supporting OAuth integration, request logging, and interactive execution of tools, resources, and prompts.
MCPServer
Provides a Model Context Protocol (MCP) server for Claude Code integration, offering custom tools including advanced Windows OutputDebugString capture and analysis.