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