B7Kompirine/muto-atlas

9 stars · Last commit 2026-09-13

Ground truth for FiveM / GTA V development: a knowledge tree, offline data layers built from your own game, a searchable snippet database and a read-only MCP server — for Claude Code, Codex, Gemini CLI, Cursor, Copilot and ChatGPT.

README preview

<img src="assets/logo.png" alt="muto-atlas" width="128" align="right">

# muto-atlas

**Ground truth for FiveM / GTA V development.** A Claude Code plugin that answers
questions about the game's actual data instead of guessing.

[Türkçe dokümantasyon →](docs/README.tr.md)

---

## The problem

You want a door to open. You try `AddDoorToSystem` — nothing. `FreezeEntityPosition` —
nothing. `SetEntityDynamic`, `NetworkRequestControlOfEntity`... half an hour gone.

The answer was one line in the game's own `.ytyp`:

```
specialAttribute = 0   → this object is NOT a door. It has no hinge in the door system.

View full repository on GitHub →