There was an error while loading. Please reload this page.
Scripting toolkit with domain-first subcommands for managing magmacrunch.com infrastructure.
git clone https://github.com/magmacrunchmedia/magmascript.git cd magmascript python3 -m venv .venv .venv/bin/pip install -e ".[all]"
export MAGMA_API_KEY="your-mcp-key" # for mcp domain export GITHUB_TOKEN=$(gh auth token) # for gh domain # pi domain works with no config (SSH key auth)
magmascript mcp scoreboards # game leaderboards magmascript pi status # Pi service statuses magmascript gh workflows # GitHub Actions status