BetterBugs

MCP Server

AI-Powered Bug Debugging and Fixing Assistance

Connect BetterBugs to your MCP client for intelligent bug detection, code analysis, and automated debugging assistance. Leverage our comprehensive bug debugging engine through the Model Context Protocol.

🚀 Quick Start

Add BetterBugs to your MCP client in just a few clicks. Choose your preferred method below:

📝 Manual Configuration

Add this configuration to your MCP client settings:

{
  "mcpServers": {
    "BetterBugs": {
      "url": "https://mcp.betterbugs.io/mcp"
    }
  }
}

🎯 One-Click Install (Cursor)

Click the button below to automatically configure BetterBugs in Cursor:

Install BetterBugs in Cursor

API Endpoints

POST /mcp - Initialize sessions or send messages (Streamable HTTP)
GET /mcp - Establish SSE streams (Streamable HTTP)
DELETE /mcp - Terminate sessions (Streamable HTTP)
GET /sse - Legacy SSE transport endpoint
POST /message - Legacy message endpoint for SSE transport