🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

cockpit-mcp

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cockpit-mcp

Operator's Cockpit MCP server — 40 LLM ops prompts (backup-gap audits, migration risk, security checklists, capacity analysis) for homelab + small-team operators running Proxmox, Docker, Unraid, TrueNAS. Surfaced inside Claude Desktop and Cursor via MCP.

latest
Source
npmnpm
Version
0.3.1
Version published
Weekly downloads
35
-35.19%
Maintainers
1
Weekly downloads
 
Created
Source

Cockpit MCP — Operator's Cockpit

40 AI prompts for homelab + small-team infrastructure operators (Proxmox, Docker, Unraid, TrueNAS), surfaced inside Claude Desktop and Cursor via the Model Context Protocol.

Free 5-prompt sample included. Full 40-prompt pack ($29 launch / $49 standard) unlocks via Gumroad license key.

What's in the free sample

5 of the 40 prompts:

  • Service inventory audit + backup freshness check
  • Pre-migration risk register
  • Role-specific security checklist
  • Resource anomaly investigation
  • Cost consolidation analysis (homelab edition)

The full pack covers 10 categories: dashboard tracking, migration planning, security hardening, capacity & cost analysis, incident triage, backup verification, monitoring setup, network audits, certificate management, homelab cost optimization. Plus an 8-page field guide.

Install (Claude Desktop)

npm install -g cockpit-mcp

Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%/Claude/claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "cockpit": {
      "command": "cockpit-mcp"
    }
  }
}

Restart Claude Desktop.

Install (Cursor)

npm install -g cockpit-mcp

Cursor settings → MCP → Add Server:

{ "cockpit": { "command": "cockpit-mcp" } }

Reload Cursor.

Unlock the full pack

  • Buy at https://weaverdale5.gumroad.com/l/ikbalt ($29 launch).
  • After purchase you'll receive a license key.
  • Add to your MCP config:
    {
      "mcpServers": {
        "cockpit": {
          "command": "cockpit-mcp",
          "env": { "MCP_COCKPIT_LICENSE": "your-license-key-here" }
        }
      }
    }
    
  • Restart your MCP client.

Support

Affiliate Program — Earn 35% Referring Others

If you love this pack and want to promote it, our affiliate program pays 35% commission per sale with a 30-day cookie window.

Apply at https://scholar.0xpi.com/affiliate-program

Or sign up directly at the Gumroad landing: https://weaverdale5.gumroad.com/affiliates

Free copy of the full pack provided to approved affiliates for honest review.

License

MIT (wrapper). Prompt content licensed under the Cockpit Gumroad terms.

Keywords

mcp

FAQs

Package last updated on 23 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts