misterdev

dcondrey/misterdev
★ 0 stars Python Code/Dev Tools Updated today
Autonomous LLM build orchestrator: plans a goal into tasks, edits code with anchored SEARCH/REPLACE, and verifies every change through build/test/lint/typecheck gates before reporting done. Runs as a CLI or MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "misterdev": {
      "command": "uvx",
      "args": [
        "misterdev"
      ]
    }
  }
}

Or install with pip: pip install misterdev

README Excerpt

<!-- mcp-name: io.github.dcondrey/misterdev --> <p align="center"> <img src="https://raw.githubusercontent.com/dcondrey/misterdev/main/assets/logo.gif" alt="misterdev" width="220"> </p> <h1 align="center">misterdev</h1> <p align="center"> <strong>An autonomous LLM build orchestrator that plans a goal into tasks, edits your code with surgical precision, and verifies every change through correctness gates before it ever reports done.</strong>

Tools (1)

GateOutcome

Topics

agentic-ai-developmentagentic-codingai-coding-assistantsanthropicautonomous-agentautonomous-coding-agentclaudecode-generation-agentcoding-agentllmllm-agentsllm-orchestrationllmopsmcpmcp-servers