Borrowing it
Nothing to install: this file belongs to secure-ssid/hpe-networking-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/secure-ssid/hpe-networking-mcp/main/CLAUDE.mdgit clone --depth 1 https://github.com/secure-ssid/hpe-networking-mcpWrote 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/secure-ssid/hpe-networking-mcp/claude-md)<a href="https://agentmods.dev/instructions/secure-ssid/hpe-networking-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/secure-ssid/hpe-networking-mcp/claude-md/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/instructions/secure-ssid/hpe-networking-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/secure-ssid/hpe-networking-mcp/claude-md.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.03552 | $0.03552 |
| Opus 5 | $0.01776 | $0.01776 |
| Sonnet 5 | $0.00710 | $0.00710 |
| Haiku 4.5 | $0.00355 | $0.00355 |
Grade B, and why
hpe-networking-mcp CLAUDE.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 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.
Reads MCP configurationmediumAgent snooping
mcp.json carries server URLs and auth tokens; reading it lets a mod discover and abuse other integrations.
mcp.json Router-only entry (hpe-networking-mcp) — low token overhead How it starts
The opening of the file, as written. The whole thing — 233 lines — stays where its author put it; the contents beside it link to each section on GitHub.
hpe-networking-mcp — HPE Networking MCP automation
Low-token MCP router for HPE Networking: one discovery/dispatch entry over a multi-platform tool catalog — Aruba Central, GreenLake Platform, Mist, ClearPass, Apstra, EdgeConnect, UXI, Axis Atmos, and AOS8 migration tooling — plus RAG over vendor docs and exact-API OpenAPI lookup.
Project layout
src/hpe_networking_mcp/mcp_servers/
tool_router.py Unified low-token router — find_tool + invoke_read_tool/invoke_tool over enabled backends
prompts.py Router-level guided workflows (MCP prompts)
_middleware/ Middleware — null-strip, async rate limit, response envelope, unknown-tool hints, optional MAC normalization
monitoring.py Monitoring tools — device health, trends, wireless metrics
config.py Config tools — SSIDs, VLANs, profiles, webhooks, firmware
ops.py Ops tools — reboots, ping, cable test, PoE bounce, GLP mgmt
nac.py NAC tools — MAC reg, MPSK, visitors, auth servers, AAA profiles, AAA test
central_streaming.py Central Streaming tools — bounded WSS event collection
glp.py GreenLake Platform tools — devices, subscriptions, users, audit logs, workspaces, reporting, service catalog, guarded GLP GET
rag.py RAG tools — ask_docs/search_docs (LanceDB hybrid) + lookup_api (exact OpenAPI lookup, SQLite)
interop.py interop-core — credential-free Central <-> Mist concept translation + bounded trend normalization (always loaded)
clearpass.py Optional ClearPass starter backend
mist.py Optional Juniper Mist starter backend
apstra.py Optional Apstra starter backend
aos8.py Optional ArubaOS 8 starter backend
edgeconnect.py Optional EdgeConnect starter backend
uxi.py Optional HPE Aruba UXI starter backend
shared.py Shared utilities and helpers
src/hpe_networking_mcp/cli/
doctor.py hpe-mcp-doctor — local setup diagnostic; no API calls
run_pipeline.py hpe-mcp-run-pipeline — switch migration pipeline CLI
run_ssid.py hpe-mcp-run-ssid — SSID builder CLI
src/hpe_networking_mcp/pipeline/
clients/ CentralClient, GLPClient, MCPClient, TokenManager, EmbedClient (fastembed),
LanceClient (embedded store), SpecsIndex (SQLite), OllamaClient/RedisClient (optional server backend)
stages/ s1_discover → s8_verify (migration pipeline)
config.py Credentials loader (config/credentials.yaml or env)
create_ssid.py SSID build/delete logic (underlay + overlay)
ingestion/
ingest_docs.py Chunk + embed docs → LanceDB + specs SQLite (default) or Redis Stack (--backend redis)
sources/ Raw scraped docs (git-ignored — regenerable)
scripts/
doctor.py Thin checkout wrapper for `hpe-mcp-doctor`
ingest_tools.py Re-index the find_tool catalog → LanceDB (default) or Redis Stack (--backend redis)
run_http_router.sh Start the minimal router (`hpe-mcp-router`) over streamable HTTP
validate_release.py Local pre-push gate: unit tests, optional RAG/API eval, source/index
manifests, canonical project facts, tool catalog floor + index identity
project_facts.py Regenerate/verify docs/project-facts.json (derived canonical counts)
package_indexes.py Package release indexes; --write/--check-local-manifests reconcile data/
data/ Embedded indexes (git-ignored): docs.lance, tools.lance, specs.sqlite — rebuild via ingest or download prebuilt
docker-compose.yml OPTIONAL localhost-only server backend: Redis Stack + Ollama (set HPE_MCP_RAG_BACKEND=redis)
config/credentials.yaml API credentials (never commit)
resources/ Postman API collections (monitoring + config endpoints)
inputs/ CSV files for batch migration
outputs/ Reports and results
state/ Pipeline state store (idempotent runs)
.cursor/
mcp.json Router-only entry (hpe-networking-mcp) — low token overhead
mcp.dev.json 7 core Central/GLP servers directly — full introspection for debugging
.mcp.json.example Generic stdio MCP client example — router minimal mode
.mcp.http.json.example Generic streamable HTTP MCP client example
.claude/launch.json Optional launch profiles — minimal router (`HPE_MCP_TOOLSETS=central,glp,rag`) plus direct debug servers
.vscode/mcp.json.example VS Code MCP example — router minimal mode
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 Changed · +14 lines · +119 tokens per session 653a07a729ca
- 8d ago First seen · 219 lines · 3,433 tokens per session scan B 84a76bd69482
hpe-networking-mcp CLAUDE.md is an instructions file published in the GitHub repository secure-ssid/hpe-networking-mcp (1 stars, last pushed 4d ago), licensed MIT. It adds 3,552 tokens to every session, about $0.0178 per session on Opus 5. A static security scan graded it B with 1 finding (reads mcp configuration). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
deepseek-harness AGENTS.md
AGENTS.md instructions for deepseek-ai/deepseek-harness, covering agents.md, pre-stable apis and released session data, repository layout, commands and host sandbox failures.