Skip to content
Cursor

cockpit mcp for Cursor

io.github.daleweaver1981/cockpit-mcp

40 AI prompts + self-hosted ops dashboard for homelab and small-team sysadmins

client:Cursor transport:stdio runtime:npm

Install cockpit mcp in Cursor

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

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

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

cockpit mcp in other clients