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/rodcordeiro/minecraft_mcp/agents-mdgit clone --depth 1 https://github.com/rodcordeiro/minecraft_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/rodcordeiro/minecraft_mcp/agents-md)<a href="https://agentmods.dev/instructions/rodcordeiro/minecraft_mcp/agents-md"><img src="https://agentmods.dev/badge/instructions/rodcordeiro/minecraft_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 | $0.00579 | $0.00579 |
| Opus 5 | $0.00290 | $0.00290 |
| Sonnet 5 | $0.00116 | $0.00116 |
| Haiku 4.5 | $0.00058 | $0.00058 |
Grade A, and why
minecraft_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 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 — 44 lines — stays where its author put it; the contents beside it link to each section on GitHub.
mine_mcp
Servidor MCP TypeScript (stdio) para pontos de mapa Minecraft (X/Z), receitas/guias e integração exaroton — independente do workspace de mundo.
| Campo | Valor |
|---|---|
| Stack | TypeScript NodeNext, @modelcontextprotocol/sdk, Zod, Jest, pnpm |
| Classificação MCP | Servidor MCP (tools + resources; sem prompts) |
| Domínio guideline | mcp → $nero → references/guidelines/mcp-guidelines.md |
| Knowledge Nero | domínio minecraft, projeto mine_mcp |
| Entry / transport | src/index.ts → dist/index.js · stdio |
| Validação | pnpm run check (typecheck + test) · pnpm run build |
Como usar este contexto
| Quando | Ler |
|---|---|
| Orientação geral | AGENTS.md (este) |
| Índice de referências | .agents/references/index.md |
| Layout / fronteiras | .agents/references/structure.md |
| Boot, env, transport | .agents/references/runtime.md |
| Inventário tools/resources | .agents/references/contracts.md |
| Secrets / allowlists | .agents/references/security.md |
| Propósito / backlog | .agents/references/domain.md |
| Cópia do backlog | docs/backlog.md |
| Como mudar e testar | .agents/references/conventions.md |
| Padrões locais | .agents/references/patterns.md |
| Dívida vs guideline | .agents/references/tech-debt.md |
| Guideline MCP (não copiar) | $nero → references/guidelines/mcp-guidelines.md |
Regras rápidas
- Mudanças localizadas: regras em
src/services/, persistência emsrc/repository/, contrato MCP (Zod/tools/resources) emsrc/index.ts. - stdout = JSON-RPC; logs humanos em stderr (
console.error). - Não acoplar a
../world/../output; layout plano na raiz (src/, sem pastamine_mcp/aninhada). - Persistência JSON em
data/(ouMINE_MCP_DATA_DIR); backlog/milestones emdocs/backlog.md. - Não alterar testes validados sem pedido explícito; não registrar secrets/valores de env.
Skills condicionais
- Sempre:
$nero+ MCPnero-knowledge-base(workspace sobprojetos/personal). - Guideline:
$nero→references/guidelines/mcp-guidelines.md. - Sem Domain Skill de produto/lib neste checkout — omitir.
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 · 44 lines · 579 tokens per session scan A 0abb4e0c199c
minecraft_mcp AGENTS.md is an instructions file published in the GitHub repository rodcordeiro/minecraft_mcp (0 stars, last pushed 27d ago), licensed MIT. It adds 579 tokens to every session, about $0.0029 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-schematic-lab CLAUDE.md
Instructions for SimoneRecchia/minecraft-schematic-lab, covering what this project is, mcp not live yet — decision rule, mcp tools (available once the connector is live), http endpoints you can use directly (no mcp needed) and buildspec shape.
Unity-AI-Animation CLAUDE.md
Instructions for IvanMurzak/Unity-AI-Animation, covering claude.md, what this is, build / run, critical invariants and find detail in.
better-godot-mcp CLAUDE.md
Instructions for n24q02m/better-godot-mcp, covering claude.md - better-godot-mcp, commands, setup, lint & type check and fix.
better-godot-mcp AGENTS.md
Instructions for n24q02m/better-godot-mcp, covering agents.md - better-godot-mcp, build / lint / test commands, run a single test file, run a single test by name and mise shortcuts.
minecraft-agent-skills AGENTS.md
AGENTS.md instructions for Jahrome907/minecraft-agent-skills, covering minecraft-agent-skills, editing, skill standards and repository boundaries.
minecraft-dev-mcp CLAUDE.md
Instructions for MCDxAI/minecraft-dev-mcp, covering claude code context - minecraft dev mcp, project overview, release status, architecture and core services (src/services/).