Skip to main content
Glama

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 /mcp

  • SQLite + 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

  1. MicrosoftDocs/minecraft-creator — primary Creator documentation and Script API reference.

  2. Mojang/bedrock-samples main — official stable behavior/resource pack samples.

  3. Mojang/bedrock-samples preview — optional preview material, disabled by default.

  4. 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 install

Run checks:

npm run check

Start the development server:

npm run dev -- serve

The safe default bind is local-only:

http://127.0.0.1:8080/mcp

Health check:

GET http://127.0.0.1:8080/health

Environment variables are documented in .env.example.

Current CLI

bedrock-mcp serve
bedrock-mcp version
bedrock-mcp help

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

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    D
    maintenance
    Transforms Markdown documentation into an intelligent knowledge base with AI-powered search and Q\&A through an MCP server.
    13
    9
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Provides 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.
    20
    2
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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