Skip to main content
Glama
package.json1.57 kB
{ "name": "@foundry-mcp/server", "version": "0.6.1", "description": "MCP server for Foundry VTT integration with Claude Desktop", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "npm -w @foundry-mcp/shared run build && tsc", "build:bundle": "tsc && esbuild dist/index.js --bundle --platform=node --target=node18 --outfile=dist/index.bundle.cjs --format=cjs --define:import.meta.url='\"bundled\"' && esbuild dist/backend.js --bundle --platform=node --target=node18 --outfile=dist/backend.bundle.cjs --format=cjs --define:import.meta.url='\"bundled\"'", "dev": "tsc --watch", "start": "node dist/index.js", "start:bundle": "node dist/index.bundle.cjs", "test": "vitest", "test:watch": "vitest --watch", "test:coverage": "vitest --coverage", "typecheck": "tsc --noEmit", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix" }, "dependencies": { "@foundry-mcp/shared": "*", "@modelcontextprotocol/sdk": "^1.7.0", "axios": "^1.6.0", "better-sqlite3": "^11.0.0", "dotenv": "^16.3.0", "ws": "^8.14.0", "werift": "^0.17.0", "winston": "^3.11.0", "zod": "^3.22.0" }, "devDependencies": { "@types/node": "^20.0.0", "@types/ws": "^8.5.0", "@vitest/coverage-v8": "^3.2.4", "esbuild": "^0.19.0", "typescript": "^5.0.0", "vitest": "^3.2.4" }, "engines": { "node": ">=18.0.0" }, "files": [ "dist" ], "keywords": [ "mcp", "foundry-vtt", "claude", "ai" ] }

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/adambdooley/foundry-vtt-mcp'

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