Skip to main content
Glama

Foundry VTT MCP Bridge

by adambdooley
tsconfig.json1.12 kB
{ "compilerOptions": { "target": "ES2022", "module": "ESNext", "moduleResolution": "bundler", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "allowJs": true, "checkJs": false, "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "exactOptionalPropertyTypes": true, "declaration": true, "declarationMap": true, "sourceMap": true, "removeComments": false, "importHelpers": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "resolveJsonModule": true, "baseUrl": ".", "paths": { "@shared/*": ["./shared/*"], "@foundry-module/*": ["./packages/foundry-module/*"], "@mcp-server/*": ["./packages/mcp-server/src/*"] }, "lib": ["ES2022", "DOM", "DOM.Iterable"] }, "include": ["packages/**/*", "shared/**/*"], "exclude": ["node_modules", "**/dist", "**/build", "**/*.test.*"], "references": [ { "path": "./packages/mcp-server" }, { "path": "./shared" } ] }

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