Search for:
Why this server?
This server connects to Sentry.io or self-hosted Sentry instances to retrieve and analyze error reports, stack traces, and debugging information, which aligns well with the user's need to grab bugs.
Why this server?
Opens a browser to monitor and retrieve console logs and network requests, providing structured data about web page behavior to LLMs. Good for grabbing bugs related to browser behavior
Why this server?
Provides tools to read, search, and manipulate Git repositories via Large Language Models which may be useful for bug identification and tracking.
Why this server?
Bridges Large Language Models with Language Server Protocol interfaces, allowing LLMs to access LSP's hover information, completions, diagnostics, and code actions for improved code suggestions
Why this server?
Stdio MCP Server wrapping custom Python runtime (LocalPythonExecutor) from Hugging Faces' `smolagents` framework. The runtime combines the ease of setup (compared to docker, VM, cloud runtimes) while providing safeguards and limiting operations/imports that are allowed inside the runtime.
Why this server?
Enables Claude (or any other LLM) to interactively debug your code (set breakpoints and evaluate expressions in stack frame). It's language-agnostic, assuming debugger console support and valid launch.json for debugging in VSCode.
Why this server?
Bridges Large Language Models with Language Server Protocol interfaces, allowing LLMs to access LSP's hover information, completions, diagnostics, and code actions for improved code suggestions. This relates to bug detection.
Why this server?
Simple goal to debug Flutter apps by giving ability to AI coding assistants (Cline, Cursor, Claude etc..) tools to do analysis of widget trees, navigation, and layout issues.
Why this server?
This server allows AI assistants like Claude to safely run Python code and access websites, processing data for better AI understanding while providing helpful error messages.