Misterdev MCP Server

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. It runs locally over stdio via the published package.

People connecting coding agent tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-07-27 · ★ 3 · #96 OF 194 MAINTAINED CODING AGENT · VERIFIED 2026-08-25

AGPL-3.0 · Python servers · how we verify → /methodology

01 · Install Misterdev

before you install - you'll need

Set OPENROUTER_API_KEY before connecting.

Claude Code

claude mcp add dcondrey-misterdev -- uvx misterdev

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-05 - young repo, little track record yet

license AGPL-3.0 - declared in the repository

pypi package misterdev - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.dcondrey is GitHub-verified and matches the repo owner

03 · What Misterdev can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.6.0 · 2026-07-27

What's new · Zero-friction natural-language interface · misterdev "add rate limiting to the public API" now works directly - no subcommand, no devplan, no confirmation prompt. A fast-path heuristic recognises coding…

v0.3.1 · 2026-07-09

Highlights · Full-breadth model routing with a frontier escalation ladder. The cost-aware selector now ships a default capability ladder grounded in the live OpenRouter catalog (harvested-free / cheap → mid → frontier)…

v0.2.2 · 2026-07-06

Changed · Enriched the MCP tool definitions for tool-definition quality: every parameter · now carries a concrete example and constraints, each tool documents when to · use it (and when not, and related tools), and…

04 · Who maintains Misterdev

misterdev is maintained by dcondrey. It's the only MCP server we track from this author; the repo dates to Jul 2026.

05 · Facts

category
coding agent - ranked #96 of 194 actively-maintained coding agent servers as of 2026-08-25.
release cadence
6 releases in the last 90 days (latest 2026-07-27)
registry
io.github.dcondrey/misterdev (active, first published 2026-07-14 · 3 versions)
packages
pypi:misterdev

06 · Misterdev FAQ

What is Misterdev?

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. It runs locally over stdio via the published package.

Is Misterdev still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-27 and it shipped 6 releases in the last 90 days. We re-verify nightly.

How do I install Misterdev?

Run `uvx misterdev`. The README documents one environment variable (OPENROUTER_API_KEY) to set first. Set OPENROUTER_API_KEY before connecting. You can also paste the ready-made client config above.

Does Misterdev run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Misterdev

More coding agent MCP servers · Huly MCP · Defenter Proxy · Depwire · Amendor · Dev Lens

More Python MCP servers · second-brain MCP · Adeu · Deep Mem · Fiscal Brasil (dehor-labs) · see all