Skip to main content
Glama

GameMaker Documentation MCP Server

by Petah
package.json1.05 kB
{ "name": "@petah/gamemaker-mcp", "version": "1.0.12", "description": "GameMaker Language documentation tools with MCP server and CLI - search, lookup, and convert GameMaker documentation", "type": "module", "bin": "./src/gamemaker-docs-server.js", "publishConfig": { "access": "public" }, "scripts": { "start": "node src/gamemaker-docs-server.js", "mcp": "node src/gamemaker-docs-server.js", "cli": "node src/cli.js", "cli:dev": "node --watch src/cli.js", "convert": "node src/cli.js convert" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "commander": "^14.0.1", "jsdom": "^22.1.0", "turndown": "^7.1.2" }, "keywords": [ "gamemaker", "gml", "gamemaker-language", "documentation", "mcp", "model-context-protocol", "cli", "search", "lookup", "markdown", "converter", "html-to-markdown", "docs", "reference" ], "license": "MIT", "files": [ "src/", "md/", "init.txt", "README.md", "LICENSE" ] }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Petah/gamemaker-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server