Odel
misterdev

misterdev

Local
@dcondrey3PythonAGPL-3.0Updated Yesterday

Autonomous LLM build orchestrator that plans, edits, and verifies code across languages.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImisterdevv0.6.0

Run

uvx misterdev

MCP client config

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