damens_mcps proxmox-mcp.instructions.md

damens_mcps proxmox-mcp.instructions.md is an instructions file for GitHub Copilot from filthyrake/damens_mcps. It costs 2,892 tokens per session, scanned B, original, MIT.

Project instructions for an MCP server that lets an AI assistant manage Proxmox VE, a platform for running virtual machines and containers. It covers cluster operations, authentication, configuration, and the supported server implementation.

In plain words
What is it for?
Use it when developing or changing Proxmox management features, including virtual-machine and container operations, cluster work, ticket-based authentication, and VM ID validation.
Why use it?
It keeps changes aligned with the canonical server file and calls attention to risks such as service interruption, data loss, resource exhaustion, and network problems.

Instructions file for GitHub Copilot

Written for GitHub Copilot: a Copilot chat mode or prompt.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/filthyrake/damens_mcps/proxmox-mcp
Clone the repo
git clone --depth 1 https://github.com/filthyrake/damens_mcps

Made for: GitHub Copilot.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for damens_mcps proxmox-mcp.instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/filthyrake/damens_mcps/proxmox-mcp.svg)](https://agentmods.dev/instructions/filthyrake/damens_mcps/proxmox-mcp)
Your own site
<a href="https://agentmods.dev/instructions/filthyrake/damens_mcps/proxmox-mcp"><img src="https://agentmods.dev/badge/instructions/filthyrake/damens_mcps/proxmox-mcp.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,892 This file is loaded in full into every session.
When invoked 2,892 The same file — it is already loaded in full.
Security scan B 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.02892 $0.02892
Opus 5 $0.01446 $0.01446
Sonnet 5 $0.00578 $0.00578
Haiku 4.5 $0.00289 $0.00289

Measured 5d ago against content hash a4d13a0cf7e0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade B, and why

damens_mcps proxmox-mcp.instructions.md scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

- Set permissions: `chmod 600 config.json`
.github/instructions/proxmox-mcp.instructions.md · 454 lines

How it starts

The opening of the file, as written. The whole thing — 454 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Path-Specific Instructions: Proxmox MCP Server

Path: proxmox-mcp/

Project Overview

The Proxmox MCP server provides virtualization platform management capabilities through the Model Context Protocol. It allows AI assistants to manage Proxmox VE (Virtual Environment) clusters, VMs, and containers.

Key Characteristics

  • Architecture: Pure JSON-RPC (no MCP library)
  • Transport: stdin/stdout JSON-RPC protocol
  • Canonical Server: working_proxmox_server.py ONLY
  • Configuration: JSON configuration file (config.json)
  • Authentication: Ticket-based authentication

Critical Requirements

Server Implementation

  • ONLY use working_proxmox_server.py as the canonical implementation
  • DO NOT use or modify other server files (they exist for historical reasons)
  • Server reads JSON-RPC from stdin, writes to stdout
  • Use stderr for debugging: print(message, file=sys.stderr)
  • Supports cluster and multi-node operations

VM and Container Operations

VM/Container operations are production-critical and can cause:

  • Service interruption
  • Data loss
  • Resource exhaustion
  • Network connectivity issues

ALWAYS:

  • Validate VM/Container IDs (VMIDs)
  • Check resource availability before creation
  • Verify node has capacity
  • Log all operations with details
  • Implement safety checks for destructive operations

Dangerous Operations

These operations can cause significant problems:

  • VM/CT deletion - Permanent data loss
  • Snapshot deletion - Cannot recover data
  • Resource allocation changes - Can affect performance
  • Network configuration - Can break connectivity
  • Cluster operations - Can affect entire infrastructure

Configuration

Configuration File Format

{
  "host": "192.168.1.50",
  "port": 8006,
  "username": "root@pam",
  "password": "your-password",
  "verify_ssl": false,
  "timeout": 30,
  "node": "pve-node1",
  "realm": "pam"
}

Configuration File Location

  • Primary: config.json in proxmox-mcp/ directory
  • Example: config.example.json (copy to config.json)
  • NEVER commit config.json file
  • Set permissions: chmod 600 config.json

Read the full file on GitHub · 454 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 454 lines · 2,892 tokens per session scan B a4d13a0cf7e0

Subscribe to this mod's changes

damens_mcps proxmox-mcp.instructions.md is an instructions file published in the GitHub repository filthyrake/damens_mcps (2 stars, last pushed 5d ago), licensed MIT. It adds 2,892 tokens to every session, about $0.0145 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.