See Muster in action
A simulated session: a modder asks an Arma Reforger question and an MCP-connected assistant answers using Muster's tools — grounded in the real Bohemia script corpus, with the replication traps called out. This is a scripted demo, not a live model.
[RplProp(onRplName: "OnRplFuel")]
protected float m_fFuel;
void SetFuel(float v) // server only
{
m_fFuel = v;
Replication.BumpMe();
OnRplFuel(); // writer self-invokes
}
void OnRplFuel() { /* refresh HUD */ }About Muster
Muster is a small, focused MCP server that gives an AI coding assistant accurate, grounded knowledge of Arma Reforger's Enfusion EnScript. Instead of guessing at engine APIs, your assistant retrieves real classes, members, RPCs and replication patterns from Bohemia Interactive's published script corpus, and can scaffold idiomatic components, game modes, user actions and UI from that same grounding. It's built for modders who'd rather their AI stopped inventing functions that don't exist.
It's an early, independent project from Horizon Studios. The corpus auto-syncs from Bohemia's public repository, so the knowledge tracks the live game. Over time we'd like to deepen the replication tooling, broaden codegen coverage, and add project memory so the assistant remembers your mod's conventions across sessions. The free tier is genuinely generous — every deterministic tool (search, scaffold, validate, plan replication) is unlimited, Bohemia's corpus is never paywalled, and you get 100 grounded AI answers every month. Pro ($15/mo) lifts that to 2000 answers a month — for people who live in the AI Q&A path.