We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Aanerud/MCP-Microsoft-Office'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Microsoft Azure App Registration Settings
MICROSOFT_CLIENT_ID=your_microsoft_client_id_here
MICROSOFT_TENANT_ID=your_microsoft_tenant_id_here
MICROSOFT_REDIRECT_URI=http://localhost:3000/api/auth/callback
# JWT Secrets (Generate secure random strings)
# Generate with: openssl rand -base64 32
STATIC_JWT_SECRET=your_secure_jwt_secret_here_at_least_32_characters_long
JWT_SECRET=your_secure_jwt_secret_here_at_least_32_characters_long
MCP_BEARER_TOKEN_EXPIRY=24h
# Device Registry Encryption Key (must be exactly 32 bytes)
# Generate with: openssl rand -base64 32 | head -c 32
DEVICE_REGISTRY_ENCRYPTION_KEY=your_32_character_encryption_key_!
# Server Configuration
NODE_ENV=development
HOST=localhost
PORT=3000
SERVER_URL=http://localhost:3000/
DOMAIN=localhost
# AI/LLM Provider Configuration
LLM_PROVIDER=openai
# Uncomment and set your API keys:
# OPENAI_API_KEY=your_openai_api_key_here
# CLAUDE_API_KEY=your_claude_api_key_here