Skip to content
VS Code

ellmos CodeCommander for VS Code

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

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

client:VS Code transport:stdio runtime:npm

Install ellmos CodeCommander in VS Code

.vscode/mcp.json

{
  "servers": {
    "ellmos-codecommander-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ellmos-codecommander-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ellmos CodeCommander in other clients