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/ivanmurzak/mcp-plugin-dotnet/claude-mdgit clone --depth 1 https://github.com/IvanMurzak/MCP-Plugin-dotnetWrote 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/ivanmurzak/mcp-plugin-dotnet/claude-md)<a href="https://agentmods.dev/instructions/ivanmurzak/mcp-plugin-dotnet/claude-md"><img src="https://agentmods.dev/badge/instructions/ivanmurzak/mcp-plugin-dotnet/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.00380 | $0.00380 |
| Opus 5 | $0.00190 | $0.00190 |
| Sonnet 5 | $0.00076 | $0.00076 |
| Haiku 4.5 | $0.00038 | $0.00038 |
Grade A, and why
MCP-Plugin-dotnet CLAUDE.md scanned grade A with 0 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 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
CLAUDE.md
What this is
MCP Plugin for .NET — a SignalR bridge that lets heavy .NET apps (Unity, WPF, game servers) expose MCP tools/prompts/resources to AI clients like Claude Desktop without being spawned as subprocesses. Three NuGet packages: McpPlugin (client), McpPlugin.Server (bridge), McpPlugin.Common (shared).
Build / run
dotnet build McpPlugin.sln
dotnet test
cd DemoWebApp && dotnet run port=11111 client-transport=stdio
Critical invariants
- ALL
.csfiles must start with the ASCII art Apache 2.0 license header — copy from any existing file. - Namespaces are reverse-domain
com.IvanMurzak.McpPlugin.*— not standard C# convention. - Version is single-sourced in
McpPlugin/McpPlugin.csproj; usecommands/bump-version.ps1to change it. - Public API changes here cascade to Unity-MCP and downstream extensions — notify the lead.
Find detail in
docs/claude/architecture.md— Bridge architecture, packages, SignalR hub endpointdocs/claude/patterns.md—[AiToolType]/[AiTool]examples (and the[McpPlugin*]obsolete-alias compatibility note), builder & server registrationdocs/claude/style.md— Code style mandates (LangVersion, R3, NLog, DI, disposal)docs/claude/testing.md— xUnit + Shouldly + Moq conventions, filtered test commandsdocs/claude/release.md— Versioning, bump-version, ReflectorNet updates, CI release flow
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.
- 5d ago First seen · 29 lines · 380 tokens per session scan A 74e299d91cb6
MCP-Plugin-dotnet CLAUDE.md is an instructions file published in the GitHub repository IvanMurzak/MCP-Plugin-dotnet (20 stars, last pushed today), licensed Apache-2.0. It adds 380 tokens to every session, about $0.0019 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
openrouter-mcp-multimodal AGENTS.md
AGENTS.md instructions for stabgan/openrouter-mcp-multimodal, covering agent instructions, before you ship, releasing (read this before publishing), short version and version files (must all match package.json).
seekstone CLAUDE.md
Claude Code instructions for shaqmughal/seekstone, covering claude.md, what this repo is, commands, the harness itself (run after npm install) and architecture.
mistral-mcp CLAUDE.md
Instructions for Swih/mistral-mcp, covering claude.md — mistral-mcp, 1. identité du projet, 2. règles dures (ne pas transgresser), 3. layout & responsabilités and 4. conventions de code.
pfsense-mcp-server AGENTS.md
AGENTS.md instructions for night4me/pfsense-mcp-server, covering pfsense mcp server, architecture and security, development workflow, long-running validation and test parallelism.
backlog-mcp AGENTS.md
AGENTS.md instructions for gkoreli/backlog-mcp, covering agents.md — guidelines for ai agents working in backlog-mcp, testing, philosophy, how it works and test locations.
trello-mcp AGENTS.md
AGENTS.md instructions for enthouan/trello-mcp, covering agents.md, project summary, hard constraints, runtime and package manager and common commands.