deebo-prototype
by MjrTom
Overview
An AI agent's debugging copilot that autonomously investigates software bugs through multi-threaded, hypothesis-driven exploration across Git branches.
Installation
node --experimental-specifier-resolution=node --experimental-modules --max-old-space-size=4096 build/index.jsEnvironment Variables
- MOTHER_HOST
- MOTHER_MODEL
- SCENARIO_HOST
- SCENARIO_MODEL
- OPENROUTER_API_KEY
- OPENAI_API_KEY
- ANTHROPIC_API_KEY
- GEMINI_API_KEY
- USE_MEMORY_BANK
- NODE_ENV
- RIPGREP_PATH
Security Notes
The server exposes powerful system interaction capabilities (arbitrary command execution, file system modifications, process management) to AI agents via MCP tools. While intended for debugging, this grants high privileges. There are no clear sandboxing mechanisms for the AI agents themselves, making them capable of destructive actions if LLM behavior is unconstrained or misinterpreted. The project is explicitly marked as 'not actively maintained', which increases the risk of unpatched vulnerabilities. API keys are loaded from environment variables, which is good practice.
Similar Servers
rmcp
Perform sophisticated statistical analysis, econometrics, machine learning, and time series tasks using natural language conversations with AI assistants, demonstrating capabilities through a web interface.
sub-agents-mcp
Provides a Model Context Protocol (MCP) server to enable Claude Code–style sub-agent workflows in any MCP-compatible tool, executing agents via various AI CLI backends.
company-docs-mcp
Transforms organizational documentation into an AI-powered knowledge base for semantic search, Q&A via chat interface, Claude Desktop, and Slack integration.
karma
A modern, dark-themed chat interface demonstrating the Karma Memory system for AI agents, enabling context-aware conversations and dynamic switching of memory retrieval and caching strategies.