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/microsoft/mcp-dotnet-samples/agents-mdgit clone --depth 1 https://github.com/microsoft/mcp-dotnet-samplesWhat 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.02417 | $0.02417 |
| Opus 5 | $0.01208 | $0.01208 |
| Sonnet 5 | $0.00483 | $0.00483 |
| Haiku 4.5 | $0.00242 | $0.00242 |
Grade A, and why
mcp-dotnet-samples AGENTS.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 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.
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.
How it starts
The opening of the file, as written. The whole thing — 330 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md - MCP .NET Samples
Project Overview
The Model Context Protocol (MCP) .NET Samples repository demonstrates how to build MCP servers using .NET 9.0. This repository contains four comprehensive sample implementations that showcase different aspects of MCP server development, from GitHub integration to web services, data management, and email communications.
Project Structure and Architecture
Repository Organization
mcp-dotnet-samples/
├── .github/ # GitHub configuration and workflows
│ ├── workflows/ # CI/CD pipeline definitions
│ ├── copilot-instructions.md # GitHub Copilot coding standards
│ └── templates/ # Issue and PR templates
├── shared/ # Common shared libraries
│ └── McpSamples.Shared/ # Shared MCP implementation utilities
├── awesome-copilot/ # GitHub Copilot integration sample
│ ├── src/McpSamples.AwesomeCopilot.HybridApp/
│ ├── infra/ # Azure Bicep templates
│ └── .vscode/ # VS Code MCP configuration
├── markdown-to-html/ # Markdown conversion sample
│ ├── src/McpSamples.MarkdownToHtml.HybridApp/
│ ├── infra/ # Azure Bicep templates
│ └── .vscode/ # VS Code MCP configuration
├── outlook-email/ # Email communication sample
│ ├── src/McpSamples.OutlookEmail.HybridApp/
│ ├── infra/ # Azure Bicep templates
│ └── .vscode/ # VS Code MCP configuration
├── todo-list/ # Todo management sample
│ ├── src/McpSamples.TodoList.HybridApp/
│ ├── infra/ # Azure Bicep templates
│ └── .vscode/ # VS Code MCP configuration
├── Dockerfile.* # Multi-stage Docker configurations
├── Directory.Build.props # Global MSBuild properties
└── global.json # .NET SDK configuration
Sample Components
1. Awesome Copilot Sample
- Purpose: Integrates with GitHub's awesome-copilot repository to provide Copilot customizations
- Key Features:
- Search and retrieve GitHub Copilot instructions
- File metadata processing
- JSON-based configuration management
- Technologies: File I/O, HTTP clients, JSON processing
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 · 330 lines · 2,417 tokens per session scan A 7530c26e4241
mcp-dotnet-samples AGENTS.md is an instructions file published in the GitHub repository microsoft/mcp-dotnet-samples (196 stars, last pushed 6d ago), licensed MIT. It adds 2,417 tokens to every session, about $0.0121 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
csharp-sdk copilot-instructions.md
Copilot instructions for modelcontextprotocol/csharp-sdk, covering copilot instructions for mcp c# sdk, github interactions, commits and pushes, ai-generated content disclosure and critical: always build and test.
own-planner AGENTS.md
Instructions for am-space/own-planner, covering agents.md, common commands, verify only one stack, single test project, class, or method and run the console chat loop (type exit to quit).
own-planner CLAUDE.md
Instructions for am-space/own-planner, covering claude.md, common commands, verify only one stack, single test project, class, or method and run the console chat loop (type exit to quit).
own-planner copilot-instructions.md
Instructions for am-space/own-planner, covering ownplanner copilot instructions, repository overview, architecture documentation, general rules and database migrations.
own-planner backend.instructions.md
Instructions for am-space/own-planner, covering backend instructions, technology, coding rules, layering rules and web server guidance.
own-planner frontend.instructions.md
Instructions for am-space/own-planner, covering frontend instructions, technology, coding rules and change preferences.