We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/laurigates/foundryvtt-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.integration.example•390 B
# Integration test environment variables
# Copy to .env.integration and fill in your values
# Required: Your FoundryVTT license key
FOUNDRY_LICENSE_KEY=your-license-key
# Test credentials (these are created in the test container)
FOUNDRY_USERNAME=test-user
FOUNDRY_PASSWORD=test-password
# FoundryVTT URL (matches docker-compose.test.yml port mapping)
FOUNDRY_URL=http://localhost:30001