Bedrock Wiki MCP
Bedrock Wiki MCP
一个用于 Minecraft Bedrock Edition 附加包开发知识的自托管、只读 Model Context Protocol 服务器。
状态
里程碑 0 — 仓库/引导程序正在进行中。 搜索、索引和文档摄取尚未实现。
计划中的 v1 技术栈包括:
Node.js 24 LTS
TypeScript
官方 Model Context Protocol TypeScript SDK v2
位于
/mcp的 Streamable HTTPSQLite + FTS5 词法检索
支持 Bedrock 的解析、分块、精确标识符匹配和版本感知排序
正常运行不需要付费 API 或托管向量数据库
Related MCP server: repocks
设计约束
公共 MCP 功能是只读的。
MCP 服务器将提供知识,而不是任意的文件系统访问或命令执行。
稳定的 Microsoft/Mojang 文档优先于预览、历史或社区材料。
预览和历史 API 材料将在元数据中可区分,并在存在当前稳定答案时从默认检索中排除。
生成的数据库和源代码检出是部署状态,不提交到 Git。
计划的知识来源
MicrosoftDocs/minecraft-creator— 主要 Creator 文档和 Script API 参考。Mojang/bedrock-samplesmain— 官方稳定的行为/资源包示例。Mojang/bedrock-samplespreview— 可选的预览材料,默认禁用。microsoft/minecraft-samples— 官方教程和项目示例。
源定义位于 config/sources.json。
开发
要求:
Node.js 24.x
npm
安装依赖:
npm install运行检查:
npm run check启动开发服务器:
npm run dev -- serve安全的默认绑定仅限本地:
http://127.0.0.1:8080/mcp健康检查:
GET http://127.0.0.1:8080/health环境变量记录在 .env.example 中。
当前 CLI
bedrock-mcp serve
bedrock-mcp version
bedrock-mcp help管理性摄取/索引命令将在后续里程碑中添加,不会作为公共 MCP 工具公开。
仓库数据策略
以下内容在本地生成/部署,并被 Git 忽略:
SQLite 索引
SQLite WAL/SHM 文件
克隆的上游知识源
临时摄取文件
备份
日志
knowledge/local/ 保留用于稍后有意添加到仓库的精选本地源材料。
许可证
尚未选择项目许可证。
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