minecraft-document-mcp CLAUDE.md

minecraft-document-mcp CLAUDE.md is an instructions file for coding agents from PYmili/minecraft-document-mcp. It costs 384 tokens per session, scanned A, original, MIT.

A project guide for a Minecraft documentation MCP server, an interface that lets coding agents search and retrieve information from the Chinese Minecraft Wiki. It describes the project structure, commands, setup, and available tools.

In plain words
What is it for?
Use it when developing, running, or debugging this Python server, including its wiki searches, category listing, content cleaning, and command-line tools.
Why use it?
It gives an agent the repository-specific information needed to start the server, use development mode, and understand how wiki requests are handled. Without it, the agent would need to infer these details from the code.

Instructions file

Install

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.

agentmods
npx agentmods add instructions/pymili/minecraft-document-mcp/claude-md
Clone the repo
git clone --depth 1 https://github.com/PYmili/minecraft-document-mcp

Wrote 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.

agentmods badge for minecraft-document-mcp CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/pymili/minecraft-document-mcp/claude-md.svg)](https://agentmods.dev/instructions/pymili/minecraft-document-mcp/claude-md)
Your own site
<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>
Per session 384 This file is loaded in full into every session.
When invoked 384 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 4d ago against content hash 6eb50e586fbf, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

CLAUDE.md · 59 lines

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
Changes

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.

  1. 4d ago First seen · 59 lines · 384 tokens per session scan A 6eb50e586fbf

Subscribe to this mod's changes

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.

Related

Other instructions, from other repositories