Skip to content
Zed

codmir for Zed

io.github.jobrayan/codmir

AI-powered task execution, tickets, sprints, error debugging, and desktop control.

client:Zed transport:stdio runtime:npm

Install codmir in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "codmir": {
      "command": "npx",
      "args": [
        "-y",
        "@codmir/mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

codmir in other clients