Create and modify GB Studio projects with MCP tools for scenes, actors, assets, and validation.
This is a TypeScript server for manipulating GB Studio projects using the Model Context Protocol (MCP). It provides endpoints for project discovery, validation, and creation of game assets. -- Install globally with npm: For local development, store API keys and configuration in a file at the project root. This keeps secrets out of source control and matches the pattern used in GitHub Actions. 1.…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
This is a TypeScript server for manipulating GB Studio projects using the Model Context Protocol (MCP). It provides endpoints for project discovery, validation, and creation of game assets. -- Install globally with npm: For local development, store API keys and configuration in a file at the project root. This keeps secrets out of source control and matches the pattern used in GitHub Actions. 1. Create a file in the project root: 2. The server will automatically load variables from if you use…