damens_mcps idrac-mcp.instructions.md

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

Project instructions for an MCP server that lets an AI assistant manage Dell PowerEdge servers through iDRAC, Dell’s remote server-management controller. It covers the server’s implementation, configuration, fleet support, and safety rules.

In plain words
What is it for?
Use it when developing or changing the iDRAC MCP server, handling multiple Dell servers, configuring JSON-RPC communication, or reviewing power-operation safety.
Why use it?
It keeps development focused on the one supported server implementation and highlights that power actions can cause downtime, data loss, or service interruption.

Instructions file for GitHub Copilot

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/idrac-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 idrac-mcp.instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/filthyrake/damens_mcps/idrac-mcp.svg)](https://agentmods.dev/instructions/filthyrake/damens_mcps/idrac-mcp)
Your own site
<a href="https://agentmods.dev/instructions/filthyrake/damens_mcps/idrac-mcp"><img src="https://agentmods.dev/badge/instructions/filthyrake/damens_mcps/idrac-mcp.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,471 This file is loaded in full into every session.
When invoked 2,471 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 $0.02471 $0.02471
Opus 5 $0.01236 $0.01236
Sonnet 5 $0.00494 $0.00494
Haiku 4.5 $0.00247 $0.00247

Measured 4d ago against content hash fe504721c2ba, 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 idrac-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 4d 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/idrac-mcp.instructions.md · 400 lines

How it starts

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

Path-Specific Instructions: iDRAC MCP Server

Path: idrac-mcp/

Project Overview

The iDRAC MCP server provides Dell PowerEdge server management capabilities through the Model Context Protocol. It allows AI assistants to manage Dell servers via iDRAC (Integrated Dell Remote Access Controller).

Key Characteristics

  • Architecture: Pure JSON-RPC (no MCP library)
  • Transport: stdin/stdout JSON-RPC protocol
  • Canonical Server: working_mcp_server.py ONLY
  • Configuration: JSON configuration file (config.json)
  • Fleet Support: Manages multiple servers simultaneously

Critical Requirements

Server Implementation

  • ONLY use working_mcp_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)
  • Multiple server fleet support built-in

Power Operations

Power operations are extremely dangerous and can cause:

  • Production downtime
  • Data loss if systems aren't shut down gracefully
  • Service interruption
  • Hardware issues if done improperly

ALWAYS:

  • Validate server IDs carefully
  • Log all power operations with details
  • Consider graceful shutdown before power off
  • Implement confirmation for forced operations
  • Check server status before operations

Dangerous Operations

These operations can cause significant problems:

  • Power off/on/reset - Immediate downtime
  • Force power off - Can cause data corruption
  • BIOS configuration changes - Can brick servers
  • Firmware updates - Can fail and brick hardware

Configuration

Configuration File Format

{
  "servers": [
    {
      "id": "server-01",
      "host": "192.168.1.10",
      "username": "root",
      "password": "calvin",
      "verify_ssl": false
    },
    {
      "id": "server-02",
      "host": "192.168.1.11",
      "username": "root",
      "password": "calvin",
      "verify_ssl": false
    }
  ],
  "defaults": {
    "timeout": 30,
    "retry_count": 3,
    "retry_delay": 5
  }
}

Read the full file on GitHub · 400 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. 4d ago First seen · 400 lines · 2,471 tokens per session scan B fe504721c2ba

Subscribe to this mod's changes

damens_mcps idrac-mcp.instructions.md is an instructions file published in the GitHub repository filthyrake/damens_mcps (2 stars, last pushed 4d ago), licensed MIT. It adds 2,471 tokens to every session, about $0.0124 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.