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.
npx agentmods add instructions/filthyrake/damens_mcps/claude-mdgit clone --depth 1 https://github.com/filthyrake/damens_mcpsWrote 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.
[](https://agentmods.dev/instructions/filthyrake/damens_mcps/claude-md)<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>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.
| Model | Per session | Once 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 |
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` 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.mdfiles - 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/ortests/- Usage examples and testsconfig.example.jsonorenv.example- Configuration templatesrequirements.txt- Python dependenciesCONTRIBUTING.md- Contribution guidelinesSECURITY.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
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.
- 3d ago First seen · 410 lines · 2,922 tokens per session scan B 448e1ab6eb5c
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.
Other instructions, from other repositories
aks-mcp copilot-instructions.md
Instructions for Azure/aks-mcp, covering copilot instructions, project overview, architecture, high-level structure and key components.
homelab-mcp CLAUDE.md
Instructions for bjeans/homelab-mcp, covering claude development guide for homelab mcp, project overview, core philosophy, project structure and architecture patterns.
proxmox-mcp CLAUDE.md
Instructions for akmalovaa/proxmox-mcp, covering claude.md, project overview, public listings, tech stack and project structure.
timoni AGENTS.md
AGENTS.md instructions for stefanprodan/timoni, covering agents.md, what timoni is, common commands, architecture and cmd/timoni/ — cli (cobra).
selfhost-ai CLAUDE.md
Instructions for kossakovsky/selfhost-ai, covering claude.md, project overview, core architecture, key files and installation flow.
AIMA CLAUDE.md
Instructions for Approaching-AI/AIMA, covering aima — claude code development guide, what is this, ====== central knowledge server 已拆分 ======, 生产部署 and 开发警告.