claude-configs/skills/proxmox/mcp-config.json
Cal Corum 8a1d15911f Initial commit: Claude Code configuration backup
Version control Claude Code configuration including:
- Global instructions (CLAUDE.md)
- User settings (settings.json)
- Custom agents (architect, designer, engineer, etc.)
- Custom skills (create-skill templates and workflows)

Excludes session data, secrets, cache, and temporary files per .gitignore.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-03 16:34:21 -06:00

23 lines
473 B
JSON

{
"proxmox": {
"type": "stdio",
"command": "python3",
"args": [
"/home/cal/.claude/skills/proxmox/mcp_server.py"
],
"description": "Proxmox VE virtual infrastructure management - VM lifecycle, snapshots, cloning, monitoring",
"category": "infrastructure",
"triggers": [
"proxmox",
"vm",
"virtual machine",
"hypervisor",
"qemu",
"lxc",
"container",
"snapshot",
"clone vm"
]
}
}