Search, examples and explanations run against a local index of the actual documentation, which matters most for an API that a general-purpose model has usually seen too little of to be reliable about.
A documentation server for Minecraft Bedrock Edition scripting and addons. The docs are indexed into a local database once, and the three tools search, exemplify and explain against that index.
- Full-text search across every indexed Bedrock document
- Code examples for a specific scripting topic, rather than prose about it
- An explanation of an addon concept, for the parts of the system a search result assumes you already know
- A source list you control: documentation sources are configured in a file and the index rebuilt from it
Node.js and npm to install and build. One step is easy to miss and nothing works without it: the documentation index has to be built once before first use, and rebuilt whenever you add a source. After that the published package can be launched with npx.
One command — npx -y mcbedrock-mcp
