trackmcp
Back to directory
ImStocker

ims-creators

View on GitHub

Data-oriented game design tool: describe your ideas in structural way

83 stars TypeScriptOthers Updated Aug 31, 2026
game-designgame-developmentnarrative-design

Documentation

IMS Creators Desktop

GitHub License
GitHub Release

Local application to develop and store your game ideas: edit documents, add cross-references, create dialogues, prototype levels, easily export data to game engines to speed up the path from concept to release.

๐ŸŒWeb version | ๐ŸŽฅWatch video | Download builds: ๐Ÿ”—site ๐Ÿ”—itch.io ๐Ÿ”—github

Main features

Write wiki docs

Use the block editor to maintain a wiki on the game, use cross-references, Markdown and more.

Design dialogues and scripts

Use the built-in dialogue editor to easily create branching dialogues, write storylines, and integrate them into the game's overall structure.

Create levels and maps

Design locations, place objects and plan gameplay using visual diagrams and descriptions.

Manage game data

Describe mechanics, characters, items, and other game elements using a user-friendly block editor. Build a database of game objects and integrate it with your engine.

Synchronize with your game engine

The created objects can be uploaded directly to the game engine in custom JSON or CSV formats and their changes can be tracked via Git.

Run from source

Download repo and it's submodule:

bash
git clone --recurse-submodules https://github.com/ImStocker/ims-creators.git

Install dependencies in 3 folders:

code
cd ims-app-base
npm i
cd ../creators
npm i
cd ../desktop
npm i

Copy default env:

code
cp .env.example .env

Run application

code
npm run dev

License

MIT license

Frequently asked questions

What is ims-creators?

ims-creators is Data-oriented game design tool: describe your ideas in structural way

How do I install ims-creators?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is ims-creators open source?

Yes โ€” it is hosted on GitHub at https://github.com/ImStocker/ims-creators and has 83 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP