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/adhi-jp/minecraft-modding-mcp/agents-mdgit clone --depth 1 https://github.com/adhi-jp/minecraft-modding-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/adhi-jp/minecraft-modding-mcp/agents-md)<a href="https://agentmods.dev/instructions/adhi-jp/minecraft-modding-mcp/agents-md"><img src="https://agentmods.dev/badge/instructions/adhi-jp/minecraft-modding-mcp/agents-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.1 | $0.02552 | $0.02552 |
| Opus 5 | $0.01276 | $0.01276 |
| Sonnet 5 | $0.00510 | $0.00510 |
| Haiku 4.5 | $0.00255 | $0.00255 |
Grade A, and why
minecraft-modding-mcp 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 6d 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 — 103 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Purpose and Scope
- This file defines mandatory operating rules for agents working in this repository.
- When tradeoffs conflict, prioritize public API compatibility, verification evidence, and release safety.
Core Release Policy
- From version 1.0.0 onward, the public MCP tool surface follows semantic versioning. Breaking changes require a major version bump.
- Do not bump any version unless explicitly instructed by the user. Version bump timing is decided by the user.
Public MCP Contract (MUST)
- Treat the public contract as compatibility-bound: tool names, input parameter names/types/requiredness, and response envelope shape.
- Public MCP tool responses MUST use the standard envelope:
{ result?, error?, meta }. - Input validation failures MUST map to
ERR_INVALID_INPUTand MUST NOT be reported asERR_INTERNAL. - Do not add compatibility aliases for renamed public tools or parameters unless explicitly requested by the user and documented with a removal plan.
Change Coupling Rules (MUST)
- Any user-visible or public API change MUST update
CHANGELOG.mdand the relevant tests in the same change set. README.mdanddocs/tool-reference.mdMUST be updated in the same change set when the change touches something they already document — a tool, parameter, response field, error code, environment variable, or setup step. Both are shipped in the package, so a stale statement there reaches users. A change with no counterpart in either file does not need an edit to it.- Do not defer documentation or test updates to follow-up commits.
Verification Gate (MUST)
- Before claiming completion for production changes, run the verification appropriate to what actually changed — not reflexively the full matrix below, and never less than what the change touches.
- When
src/**ortests/**changed, run:pnpm checkpnpm test
- When MCP transport/tool registration or manual workflows change, also run
pnpm test:manual:stdio-smokewhen environment permits. - For search, index, or performance-sensitive changes, also run
pnpm test:perf. - When a change is confined to
CHANGELOG.mdcontent and/or theversionfield inpackage.json, with no othersrc/**ortests/**edits,pnpm check/pnpm testare not required; runpnpm check:changelogand any test that asserts against the changed value directly (for example, a test comparing the server version or the changelog-to-package-version header). Any accompanyingsrc/**ortests/**edit brings the change back under the full gate above. - Do not re-run a verification command solely to re-confirm a result already produced for the current, unchanged tree. If a later run — your own or a delegated worker's — reports an outcome that contradicts a fresh prior run with no tree change in between, diagnose the discrepancy before re-running the full suite again; a concurrent invocation sharing the same working tree is a common non-code cause.
- Do not claim "done", "fixed", or "passing" without fresh command output evidence.
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.
- 6d ago First seen · 103 lines · 2,552 tokens per session scan A f5826f2e541c
minecraft-modding-mcp AGENTS.md is an instructions file published in the GitHub repository adhi-jp/minecraft-modding-mcp (4 stars, last pushed yesterday), licensed MIT. It adds 2,552 tokens to every session, about $0.0128 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
minecraft-agent-skills AGENTS.md
AGENTS.md instructions for Jahrome907/minecraft-agent-skills, covering minecraft-agent-skills, editing, skill standards and repository boundaries.
ashfox AGENTS.md
AGENTS.md instructions for sigee-min/ashfox, a project described as: Powerful Blockbench MCP server and AI-native low-poly workbench for modeling, pixel texturing, rigging, animation, and game-ready exports from a prompt.
opanel AGENTS.md
AGENTS.md instructions for opanel-mc/opanel, covering opanel, 技术栈, 项目结构, 项目规范 and 命名规范.
opanel CLAUDE.md
Claude Code instructions for opanel-mc/opanel, a project described as: A Minecraft server management panel for Paper / Folia / Leaves / Fabric / Forge / NeoForge servers.
minestom-mcp AGENTS.md
Instructions for RonaldBunk/minestom-mcp, a project described as: A stdio MCP server for Minestom, implemented with the Model Context Protocol SDK and TanStack AI tool definitions.
minecraft-document-mcp CLAUDE.md
Claude Code instructions for PYmili/minecraft-document-mcp, covering claude.md, 项目概述, 常用命令, 启动 mcp 服务器 and 开发模式(支持热重载).