build an AI Debugging MCP Server that connects with your chatbot/automation system and automatically checks:
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"
]
}
}
}
Run in terminal:
claude mcp add ai-debugging-mcp-ser npx -y RushikeshMore66/AI-Debugging-MCP-Server
Add to .cursor/mcp.json:
{
"mcpServers": {
"ai-debugging-mcp-ser": {
"command": "npx",
"args": [
"-y",
"RushikeshMore66/AI-Debugging-MCP-Server"
]
}
}
}