Skip to content

ellmos CodeCommander for Zed

io.github.ellmos-ai/ellmos-codecommander-mcp

Developer MCP server: code analysis, JSON repair, imports, diffs, regex, format conversion.

client:Zed transport:stdio runtime:npm

Install ellmos CodeCommander in Zed

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

{
  "context_servers": {
    "ellmos-codecommander-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ellmos-codecommander-mcp"
      ]
    }
  }
}

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

ellmos CodeCommander in other clients