AGS MCP Server
JSON →Manipulate Adventure Game Studio (AGS) compiled room (.crm) files to enable AI-powered game development.
Install
npx (Recommended) Tools · 6
- read_room_data Parse .crm file and return structured room data
- list_room_blocks List all blocks in a .crm file with details
- export_room_block Export specific block to file
- import_room_block Import/replace block data in .crm file
- get_room_hotspots Extract hotspot information and interactions
- add_hotspot_interaction Add interaction event handler to hotspot
Links
★ 1 GitHub stars