Skip to content

ellmos ServerCommander for Cursor

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

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

client:Cursor transport:stdio runtime:npm

Install ellmos ServerCommander in Cursor

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

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

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

ellmos ServerCommander in other clients