damens_mcps CLAUDE.md

damens_mcps CLAUDE.md is an instructions file for coding agents from filthyrake/damens_mcps. It costs 2,922 tokens per session, scanned B, original, MIT.

A collection of MCP servers for managing pfSense firewalls, TrueNAS storage, Dell servers through iDRAC, and Proxmox virtual machines and containers.

In plain words
What is it for?
Use it to manage networks, storage, Dell server power, virtual machines, and containers. Check each project’s security and credential requirements before production use.
Why use it?
It lets an AI assistant work with infrastructure platforms through their APIs instead of handling each platform manually.

Instructions file

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/claude-md
Clone the repo
git clone --depth 1 https://github.com/filthyrake/damens_mcps

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 CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/filthyrake/damens_mcps/claude-md.svg)](https://agentmods.dev/instructions/filthyrake/damens_mcps/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/filthyrake/damens_mcps/claude-md"><img src="https://agentmods.dev/badge/instructions/filthyrake/damens_mcps/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,922 This file is loaded in full into every session.
When invoked 2,922 The same file — it is already loaded in full.
Security scan B 2 findings. 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 $0.02922 $0.02922
Opus 5 $0.01461 $0.01461
Sonnet 5 $0.00584 $0.00584
Haiku 4.5 $0.00292 $0.00292

Measured 3d ago against content hash 448e1ab6eb5c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

damens_mcps CLAUDE.md scanned grade B with 2 findings 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 3d 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 restrictive file permissions: `chmod 600 .env config.json`

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

3. Test API directly: `curl -k https://<host>/api/endpoint`
CLAUDE.md · 410 lines

How it starts

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

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Repository Overview

This is a collection of Model Context Protocol (MCP) servers for managing infrastructure components. Each MCP server provides AI assistants with direct API access to different platforms (pfSense, TrueNAS, iDRAC, Proxmox).

Status Overview:

  • pfSense MCP: ✅ Production-ready - Comprehensive firewall management with 20+ tools
  • TrueNAS MCP: ✅ Production-ready - Storage and NAS management with HTTP/CLI interface
  • iDRAC MCP: ✅ Stable - Dell server power management with 8 tools for multi-server fleets
  • Proxmox MCP: ✅ Stable - Virtualization management with 21 tools for VMs and containers

Important Notes:

  • All servers use JSON-RPC or MCP library implementations
  • Security varies by project - see individual SECURITY.md files
  • Credential storage methods differ - review before production use

Project Structure

damens_mcps/
├── pfsense-mcp/      # Firewall and network management
├── truenas-mcp/      # Storage and NAS management
├── idrac-mcp/        # Dell server management via iDRAC
└── proxmox-mcp/      # Virtualization platform management

Each project follows a similar structure:

  • src/ - Core implementation (client, server, resources, authentication)
  • examples/ or tests/ - Usage examples and tests
  • config.example.json or env.example - Configuration templates
  • requirements.txt - Python dependencies
  • CONTRIBUTING.md - Contribution guidelines
  • SECURITY.md - Security best practices and credential management

Development Commands

Setting Up a Project

# Navigate to any project directory
cd <project-name>

# Create and activate virtual environment (ALWAYS use virtual environments)
python3 -m venv .venv
source .venv/bin/activate  # On Windows: .venv\Scripts\activate

# Install dependencies
pip install -r requirements.txt

# Configure environment
cp env.example .env  # For truenas-mcp and pfsense-mcp
# OR
cp config.example.json config.json  # For idrac-mcp and proxmox-mcp

# Edit configuration with actual credentials
nano .env  # or config.json

Read the full file on GitHub · 410 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. 3d ago First seen · 410 lines · 2,922 tokens per session scan B 448e1ab6eb5c

Subscribe to this mod's changes

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