We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pglevy/aurora-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•823 B
# GitHub configuration for your forked repository
# Copy this file to .env and update with your values
# Your GitHub personal access token
# Generate at: https://github.com/settings/personal-access-tokens
GITHUB_TOKEN=your_github_token_here
# Your GitHub username (repository owner)
GITHUB_OWNER=appian-design
# Your repository name
GITHUB_REPO=aurora
# Internal Documentation Configuration
# Uncomment and configure for internal documentation access
# Enable internal documentation source
# ENABLE_INTERNAL_DOCS=true
# GitHub token for private internal repository
# INTERNAL_DOCS_TOKEN=your_internal_docs_token_here
# Internal repository owner (defaults to GITHUB_OWNER if not specified)
# INTERNAL_GITHUB_OWNER=your_internal_repo_owner
# Internal repository name
# INTERNAL_GITHUB_REPO=design-system-docs-internal