AI-Debugging-MCP-Server

RushikeshMore66/AI-Debugging-MCP-Server
★ 0 stars Unknown language 🤖 AI/LLM Updated 8d ago
build an AI Debugging MCP Server that connects with your chatbot/automation system and automatically checks:
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ai-debugging-mcp-ser": {
      "command": "npx",
      "args": [
        "-y",
        "RushikeshMore66/AI-Debugging-MCP-Server"
      ]
    }
  }
}