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/pymili/minecraft-document-mcp/claude-mdgit clone --depth 1 https://github.com/PYmili/minecraft-document-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/pymili/minecraft-document-mcp/claude-md)<a href="https://agentmods.dev/instructions/pymili/minecraft-document-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/pymili/minecraft-document-mcp/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.00384 | $0.00384 |
| Opus 5 | $0.00192 | $0.00192 |
| Sonnet 5 | $0.00077 | $0.00077 |
| Haiku 4.5 | $0.00038 | $0.00038 |
Grade A, and why
minecraft-document-mcp 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 4d 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
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
项目概述
这是一个 Minecraft 文档 MCP (Model Context Protocol) 服务器,使用 FastMCP 框架构建,从中文 Minecraft Wiki 获取游戏文档内容。
常用命令
# 启动 MCP 服务器
fastmcp run minecraft_document_mcp/cli.py
# 开发模式(支持热重载)
fastmcp dev minecraft_document_mcp/cli.py
# 命令行工具
minedoc
架构
项目结构
minecraft_document_mcp/
├── __init__.py
├── cli.py # MCP 服务器入口
└── src/
└── api/
├── __init__.py
├── WikiApi.py # Wiki API 请求工具
└── WikiItems.py # 数据项定义 (CategoryItem)
核心类
| 类名 | 职责 |
|---|---|
WikiApiClient |
HTTP 请求客户端,负责发送请求和处理响应 |
ContentCleaner |
HTML 内容清理工具,移除冗余元素 |
WikiApiRequestUtil |
文档查询工具类,对外暴露的主要接口 |
MCP 工具
search_wiki_intro: 搜索词条简介search_wiki_full: 搜索词条完整内容get_wiki_categories: 获取 Wiki 首页主要分类列表
依赖
- Python 3.12+
- fastmcp==3.1.1
- beautifulsoup4
- lxml
- markdownify
- requests
- dataclasses-json
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.
- 4d ago First seen · 59 lines · 384 tokens per session scan A 6eb50e586fbf
minecraft-document-mcp CLAUDE.md is an instructions file published in the GitHub repository PYmili/minecraft-document-mcp (0 stars, last pushed 5mo ago), licensed MIT. It adds 384 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-31.
Other instructions, from other repositories
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.
minecraft-java-fabric-claude-plugin CLAUDE.md
Instructions for chapmanjw/minecraft-java-fabric-claude-plugin, covering claude.md, commands, architecture, the three-tier, no-trivial model (0.9.0) and terrain core (tools/terrain/).
minecraft-modding-mcp AGENTS.md
AGENTS.md instructions for adhi-jp/minecraft-modding-mcp, covering agents.md, purpose and scope, core release policy, public mcp contract (must) and change coupling rules (must).
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.
Unity-MCP copilot-instructions.md
Copilot instructions for IvanMurzak/Unity-MCP, covering project guidelines, critical rules, no c# reflection for private access, code review and code style.
Unity-MCP CLAUDE.md
Claude Code instructions for IvanMurzak/Unity-MCP, covering claude.md, what this is, build / run, project constitution and find detail in.