@eoinjordan/gbstudio-claude-mcp
BMCP server package gbstudio-claude-mcp
Install
agr install @eoinjordan/gbstudio-claude-mcp --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "gbstudio-claude-mcp", "mcpName": "io.github.eoinjordan/gbstudio-claude-mcp", "version": "1.1.0", "description": "Claude MCP server for GB Studio and GBA Studio project manipulation.", "main": "dist/index.js", "scripts": { "dev": "ts-node-dev src/index.ts", "build": "tsc", "test": "jest --runInBand", "start": "node dist/index.js", "build:mcp": "tsc --project tsconfig.mcp.json", "lint": "eslint --ext .ts src/ tests/", "type-check": "tsc --noEmit --project tsconfig.json" }, "keywords": [ "mcp", "mcp-server", "gbstudio", "claude", "claude-ai", "typescript", "game-development" ], "author": "Eoin Jordan eoin.jordan@insight-centre.org", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/eoinjordan/gb-studio-agent.git" }, "homepage": "https://github.com/eoinjordan/gb-studio-agent#readme", "bugs": { "url": "https://github.com/eoinjordan/gb-studio-agent/issues" }, "engines": { "node": ">=16.0.0" }, "bin": { "gbstudio-claude-mcp": "./dist/index.js" }, "clawdbot": { "extensions": [ "./extensions/gbstudio-claude-mcp.ts" ] }, "moltbot": { "extensions": [ "./extensions/gbstudio-claude-mcp.ts" ] }, "files": [ "build", "dist", "extensions", "skills", "clawdbot.plugin.json", "moltbot.plugin.json", "README.md", "LICENSE" ], "devDependencies": { "@types/express": "^5.0.6", "@types/jest": "^29.5.2", "@types/supertest": "^6.0.3", "@typescript-eslint/eslint-plugin": "^8.53.1", "@typescript-eslint/parser": "^8.53.1", "eslint": "^9.39.2", "jest": "^29.7.0", "prettier": "^3.8.1", "ts-jest": "^29.1.1", "ts-node-dev": "^2.0.0", "typescript": "^5.3.3" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.25.3", "axios": "^1.13.3", "dotenv": "^17.2.3", "express": "^5.2.1", "supertest": "^7.2.2", "zod": "^4.3.6" } }
Trustgrade B
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- warnType matchbest-effort: server code not analyzed
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- warnLicenseno SPDX license detected
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-5b4b0b1099ae2026-08-06