Bedrock Wiki MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Bedrock Wiki MCPWhat's the exact signature for EntityDamageCause in @minecraft/server?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Bedrock Wiki MCP
A self-hosted, read-only Model Context Protocol server for Minecraft Bedrock Edition add-on development knowledge.
Status
Milestone 0 — repository/bootstrap is in progress. Search, indexing, and document ingestion are intentionally not implemented yet.
The planned v1 stack is:
Node.js 24 LTS
TypeScript
official Model Context Protocol TypeScript SDK v2
Streamable HTTP at
/mcpSQLite + FTS5 lexical retrieval
Bedrock-aware parsing, chunking, exact identifier matching, and version-aware ranking
no paid API or hosted vector database required for normal operation
Related MCP server: repocks
Design constraints
Public MCP functionality is read-only.
The MCP server will expose knowledge, not arbitrary filesystem access or command execution.
Stable Microsoft/Mojang documentation takes priority over preview, historical, or community material.
Preview and historical API material will be distinguishable in metadata and excluded from default retrieval when a current stable answer exists.
Generated databases and source checkouts are deployment state and are not committed to Git.
Planned knowledge sources
MicrosoftDocs/minecraft-creator— primary Creator documentation and Script API reference.Mojang/bedrock-samplesmain— official stable behavior/resource pack samples.Mojang/bedrock-samplespreview— optional preview material, disabled by default.microsoft/minecraft-samples— official tutorial and project samples.
Source definitions live in config/sources.json.
Development
Requirements:
Node.js 24.x
npm
Install dependencies:
npm installRun checks:
npm run checkStart the development server:
npm run dev -- serveThe safe default bind is local-only:
http://127.0.0.1:8080/mcpHealth check:
GET http://127.0.0.1:8080/healthEnvironment variables are documented in .env.example.
Current CLI
bedrock-mcp serve
bedrock-mcp version
bedrock-mcp helpAdministrative ingestion/index commands will be added in later milestones and will not be exposed as public MCP tools.
Repository data policy
The following are generated locally/deployed and ignored by Git:
SQLite indexes
SQLite WAL/SHM files
cloned upstream knowledge sources
temporary ingestion files
backups
logs
knowledge/local/ is reserved for curated local source material added deliberately to the repository later.
License
A project license has not been selected yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides comprehensive access to MCP documentation through structured guides, full-text search, and interactive development workflows for building servers and clients.311MIT
- AlicenseNot gradedqualityDmaintenanceTransforms Markdown documentation into an intelligent knowledge base with AI-powered search and Q\&A through an MCP server.139MIT
- AlicenseAqualityCmaintenanceEnables managing internal documentation with search and add capabilities, and fetching official documentation from 13+ popular libraries via MCP tools.69MIT
- AlicenseNot gradedqualityAmaintenanceProvides a local MCP server for searching and retrieving documentation from 22+ open-source projects, enabling AI coding assistants to access up-to-date docs without network dependency.202MIT
Related MCP Connectors
An MCP server that gives your AI access to the source code and docs of all public github repos
Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only
MCP-native open-source Notion alternative: read & write pages, databases and kanban boards.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/PastaHimself/Bedrock-Wiki-Mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server