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/nicholaswilde/mcp-server/agents-mdgit clone --depth 1 https://github.com/nicholaswilde/mcp-serverWhat 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.00750 | $0.00750 |
| Opus 5 | $0.00375 | $0.00375 |
| Sonnet 5 | $0.00150 | $0.00150 |
| Haiku 4.5 | $0.00075 | $0.00075 |
Grade A, and why
mcp-server 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 — 67 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Project Overview
This is a Python project designed to serve as an MCP (Multi-Cloud Platform) server. It utilizes FastAPI for the web framework and Uvicorn as the ASGI server. The project also includes an agents-library for managing agent-related rules and prompts.
Technologies Used
- Python
- FastAPI: Web framework for building APIs.
- Uvicorn: ASGI server.
- mcp: Multi-Cloud Platform SDK.
Project Structure
Dockerfile: Used for containerizing the application.requirements.txt: Lists Python dependencies, generated fromrequirements.inbypip-compile.requirements.in: Defines direct Python dependencies for the project.app/: Contains the core application logic.server.py: The main FastAPI application server.
agents-library/: Stores agent-related rules and prompts, categorized by type.bash/: Contains bash scripts used by agents.markdown/: Contains markdown files with agent instructions and prompts.
.github/: Contains GitHub Actions workflow definitions and other repository configurations.tests/: Contains unit and integration tests for the application.test_server.py: Tests for the main FastAPI server.
docs/: Contains project documentation.contributing.md: Guidelines for contributing to the project.
Taskfile.yml: Defines various development tasks using Task (e.g., linting, testing, running the server).
Building and Running
To set up and run this project, follow these steps:
-
Create and Activate Virtual Environment:
python3 -m venv venv source venv/bin/activate -
Install Dependencies:
pip install -r requirements.txt -
Run the Server:
uvicorn app.server:app --host 0.0.0.0 --port 8080 -
Run Linting and Formatting Checks:
task lint -
Run Tests:
task test
Development Conventions
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 · 67 lines · 750 tokens per session scan A c96341d4dc71
mcp-server AGENTS.md is an instructions file published in the GitHub repository nicholaswilde/mcp-server (3 stars, last pushed 6mo ago), licensed Apache-2.0. It adds 750 tokens to every session, about $0.0037 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-31.
Other instructions, from other repositories
blz AGENTS.md
Instructions for outfitter-dev/blz, covering blz repository instructions for ai agents, important, working memory, use blz and 🚀 quick start for agents.
htmldrop AGENTS.md
Instructions for vin-spiegel/htmldrop, covering htmldrop — mcp server for publishing html, service endpoints, connect as an mcp client, available tool and publishhtml.
codebadger AGENTS.md
AGENTS.md instructions for qcri/codebadger, covering codebadger agent guide, what this repository is, development workflow, cpg and worker rules and mcp/tool contracts.
agentic-obs CLAUDE.md
Instructions for ironystock/agentic-obs, covering claude.md, project overview, project structure, key technologies and communication flow.
mcp-repo-onboarding AGENTS.md
Instructions for rogermt/mcp-repo-onboarding, covering agents.md — agent & copilot instructions, current status, output verification, project identity and ⚠️ critical: tdd required.
gemini-extension GEMINI.md
Instructions for conversiontools/gemini-extension, covering conversion tools, if the tools are not available, how to convert a file, build a custom converter (ai studio) and tip: prefer the ctio cli when available.