Skip to content
Cursor

misterdev for Cursor

io.github.dcondrey/misterdev

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

client:Cursor transport:stdio runtime:pypi

Install misterdev in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

misterdev in other clients