Skip to main content
Glama
package.json885 B
{ "name": "rpg-lite-mcp", "version": "0.1.0", "description": "Lightweight D&D 5e LLM-as-DM Engine - 50 Core Tools", "type": "module", "main": "dist/index.js", "bin": { "rpg-lite-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsx watch src/index.ts", "start": "node dist/index.js", "test": "vitest", "test:run": "vitest run", "test:coverage": "vitest run --coverage" }, "keywords": ["mcp", "dnd", "5e", "rpg", "llm", "ai", "dm", "chatgpt"], "author": "Mnehmos", "license": "Proprietary", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "zod": "^3.23.0", "zod-to-json-schema": "^3.23.0" }, "devDependencies": { "@smithery/cli": "^1.4.6", "@types/node": "^20.0.0", "tsx": "^4.0.0", "typescript": "^5.3.0", "vitest": "^2.0.0" }, "engines": { "node": ">=18.0.0" } }

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/ChatRPG'

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