Deebo server enables autonomous debugging by coordinating AI agents to investigate and resolve software bugs. With this server, you can:
Start: Launch a debugging session by providing the error and repository path to analyze issues by generating and testing multiple hypotheses in isolated git branches.
Check: Monitor progress and retrieve the status of active or completed debugging sessions, including ongoing investigations and final fixes.
Add Observation: Incorporate external insights or guidance into an ongoing debugging session to steer the investigation.
Cancel: Terminate a debugging session, stopping all associated agents and releasing system resources.
Creates isolated Git branches to test different debugging hypotheses in parallel, validating fixes without affecting the main codebase
Integrates with GitHub repositories to enable debugging support, with example solutions for real GitHub issues
Runs as a Node.js-based MCP server to provide debugging services to AI coding agents
Available as an npm package (deebo-setup) for easy installation and configuration
Demonstrated capability to debug complex issues in tinygrad, solving a $100 bug bounty by spawning multiple debugging scenarios
Provides specialized debugging support for TypeScript projects with appropriate language-specific investigation techniques
This server cannot be installed
Deebo is an autonomous debugging system that AI coding agents (Claude, Cline, Cursor, etc.) can delegate tricky bugs to using the Model Context Protocol (MCP).
Related MCP Servers
- AsecurityFlicenseAqualityProvides GDB debugging functionality for use with Claude or other AI assistants, allowing users to manage debugging sessions, set breakpoints, examine variables, and execute GDB commands through natural language.Last updated -161354
- AsecurityAlicenseAqualityA Deno implementation that enables AI models to interact with Linear issue tracking functionality, supporting searching issues, reading details, updating, and commenting.Last updated -8282MIT License
- AsecurityAlicenseAqualityProvides Node.js debugging capabilities with process management for AI agents, allowing them to start/stop Node.js processes, set breakpoints, step through code, and evaluate expressions.Last updated -811MIT License
- AsecurityAlicenseAqualityHey @roocode community! I'm thrilled to share a project born from my work with Roocode and the vision of an AI-powered development team: the Anubis MCP Server! This system is heavily inspired by Roocode and designed to orchestrate an AI development workflow based on agile methodology. It simulatesLast updated -1616122MIT License