Skip to content
VS Code

ellmos ServerCommander for VS Code

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

Server operations MCP: HTTP health checks, log analysis, deploy dry-runs, mail diagnostics.

client:VS Code transport:stdio runtime:npm

Install ellmos ServerCommander in VS Code

.vscode/mcp.json

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

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

ellmos ServerCommander in other clients