We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/xiaw1024/mcp-nexus'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.dev.vars.example•602 B
# Required secrets for MCP Nexus
# Generate these values and enter them during deployment
# Admin API Token - used to authenticate admin API requests
# Generate a secure random string (e.g., using: openssl rand -hex 32)
ADMIN_API_TOKEN=your-admin-token-here
# Key Encryption Secret - used to encrypt API keys at rest
# Must be a base64-encoded 32-byte key (e.g., using: openssl rand -base64 32)
KEY_ENCRYPTION_SECRET=your-base64-encryption-key-here
# Optional: Search source mode (tavily_only | brave_only | combined | brave_prefer_tavily_fallback)
# SEARCH_SOURCE_MODE=brave_prefer_tavily_fallback