mcpbeat Sign in

Misterdev MCP Server

local only

Misterdev runs on your own machine — the client starts it, so there is no endpoint to ping. 104 installs a week from pypi. Last commit 12 Sep 2026.

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

Installs per day peak 57 · avg 19 · -34% w/w
a month agotoday
104
Installs / week
pypi · misterdev
3
Stars
0 open issues
12 Sep 2026
Last commit
0 releases in 90 days
AGPL-3.0
License
Python

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Deletes files or strips permissions [пакет] misterdev/core/execution/governance.py:169, misterdev/core/execution/governance.py:171
            return "recursive/forced file removal (rm -rf)"
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Dumps the whole environment [пакет] misterdev/core/integration/mcp_registry.py:579, misterdev/core/integration/mcp_registry.py:583
        env = dict(os.environ)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Misterdev and you get told the day something new turns up.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add misterdev -- uvx misterdev
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "misterdev": {
      "args": [
        "misterdev"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.misterdev]
command = "uvx"
args = ["misterdev"]
.cursor/mcp.json
{
  "mcpServers": {
    "misterdev": {
      "args": [
        "misterdev"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "misterdev": {
      "args": [
        "misterdev"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Misterdev

same job, measured the same way
Agent Lsp
by blackwell-systems

Orchestrates language servers into 65 code-intelligence tools across 31 languages, token-optimized.

238 installs/wk local only
LLM Sandbox
by vndee

Securely run LLM-generated code in isolated containers across 7 languages and 3 container backends.

93 684 installs/wk local only
Roz MCP
by andypgray

Roslyn-powered C# code navigation, blast-radius analysis, and verified edits for coding agents.

local only
Cdbx
by cdbx

Build Apps and run code in 30 languages — sandboxed, with persistent sessions for agent loops.

answering
Simple MCP Server
by ormastes

Simple Language MCP server — code intelligence, debugging, build, test, and VCS tools

58 installs/wk local only
Claude Code Conversation Search MCP
by tonysimonovsky

Search Claude Code conversation history with natural language queries across all projects

76 installs/wk local only
Angular Signal Forms Migration MCP
by alvi97

Finds Angular Reactive Forms and returns verified Signal Forms recipes. Never edits code.

91 installs/wk local only
MetaEngine
by metaengine

Code generation from JSON recipes, linked type graphs, and API schemas across 11 languages.

143 installs/wk local only

Misterdev — questions

Answers built from our own checks of this server.

Why is there no uptime for Misterdev?
Misterdev runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package misterdev was installed 104 times last week.
How do I connect Misterdev?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls misterdev straight from pypi; nothing to host, nothing to sign up for.
How many people use Misterdev?
The pypi package misterdev was installed 104 times in the last week. Week over week that is -34%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Misterdev open source?
Yes — it is published under the AGPL-3.0 licence, written in Python and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.