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>
23 lines
473 B
JSON
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"
|
|
]
|
|
}
|
|
}
|