Skip to main content
Glama
package.json1.56 kB
{ "name": "rpg-mcp", "version": "1.0.0", "type": "module", "main": "dist/index.js", "scripts": { "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "test:ui": "vitest --ui", "build": "tsc", "start": "node dist/server/index.js", "build:binaries": "npm run build && node esbuild.config.mjs", "build:binaries:old": "npm run build && pkg dist/server/index.js --targets node20-win-x64,node20-macos-x64,node20-linux-x64 --output bin/rpg-mcp", "dev": "ts-node src/index.ts" }, "repository": { "type": "git", "url": "git+https://github.com/Mnehmos/rpg-mcp.git" }, "keywords": [], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/Mnehmos/rpg-mcp/issues" }, "homepage": "https://github.com/Mnehmos/rpg-mcp#readme", "description": "", "devDependencies": { "@types/better-sqlite3": "^7.6.13", "@types/node": "^24.10.1", "@types/seedrandom": "^3.0.8", "@types/ws": "^8.5.10", "@yao-pkg/pkg": "^6.10.1", "esbuild": "^0.27.0", "ts-node": "^10.9.2", "typescript": "^5.9.3", "vitest": "^1.6.1" }, "pnpm": { "onlyBuiltDependencies": ["better-sqlite3", "esbuild"] }, "dependencies": { "@modelcontextprotocol/sdk": "^1.23.0", "@types/uuid": "^10.0.0", "better-sqlite3": "^12.4.6", "mathjs": "^15.1.0", "nerdamer": "^1.1.13", "seedrandom": "^3.0.5", "simplex-noise": "^4.0.3", "uuid": "^13.0.0", "ws": "^8.16.0", "yaml": "^2.8.2", "zod": "^3.25.76" } }

Latest Blog Posts

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/Mnehmos/rpg-mcp'

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