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?
Enables IDE access to Supabase databases with SQL query execution, schema management, Auth admin operations, and built-in safety controls, useful for diagnosing database related 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.