Back to Home
MjrTom icon

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

Run Command
node --experimental-specifier-resolution=node --experimental-modules --max-old-space-size=4096 build/index.js

Environment 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

Stats

Interest Score0
Security Score4
Cost ClassHigh
Avg Tokens2500
Stars0
Forks50
Last Update2026-01-18

Tags

AIDebuggingAgentDevOpsSoftware DevelopmentGitMCP