Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
WebGL-MCP Server
by
grokadegames
Verified
GitHub
Developer Tools
Games & Gamification
Monitoring
JavaScript
1
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
webgl-mcp
dist
docs
node_modules
src
.gitignore
package.json
package-lock.json
README.md
run-mcp.sh
simple-mcp.mjs
test-analyze.mjs
test-mcp.js
test-summary.txt
tsconfig.json
webgl-mcp.mjs
{ "name": "webgl-mcp", "version": "1.0.0", "description": "A Model Context Protocol server for analyzing and optimizing WebGL games", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "start": "node dist/index.js", "dev": "ts-node-dev --respawn --transpile-only src/index.ts", "build": "tsc", "test": "jest", "lint": "eslint . --ext .ts", "format": "prettier --write \"src/**/*.ts\"", "docs": "typedoc --out docs/api src", "prepare": "husky install", "simple-mcp": "node simple-mcp.mjs", "webgl-mcp": "node webgl-mcp.mjs" }, "keywords": [ "webgl", "mcp", "game-engine", "optimization", "analysis", "unity", "godot", "cursor-ide" ], "author": "Grokade Games", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "express": "^4.18.2", "jsdom": "^22.1.0", "winston": "^3.11.0", "ws": "^8.14.2", "zod": "^3.22.4" }, "devDependencies": { "@types/express": "^4.17.21", "@types/jest": "^29.5.8", "@types/jsdom": "^21.1.5", "@types/node": "^20.9.0", "@types/ws": "^8.5.9", "@typescript-eslint/eslint-plugin": "^6.10.0", "@typescript-eslint/parser": "^6.10.0", "eslint": "^8.53.0", "husky": "^8.0.3", "jest": "^29.7.0", "prettier": "^3.0.3", "ts-jest": "^29.1.1", "ts-node-dev": "^2.0.0", "typedoc": "^0.25.3", "typescript": "^5.2.2" }, "engines": { "node": ">=16.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/grokadegames/webgl-mcp.git" }, "bugs": { "url": "https://github.com/grokadegames/webgl-mcp/issues" }, "homepage": "https://github.com/grokadegames/webgl-mcp#readme" }