We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Lumenore-Platform/lumenore-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•393 B
# Lumenore MCP Server Configuration
# Copy this file to .env and fill in your actual credentials
# Required: Client authentication credentials
# Contact Lumenore support to obtain these credentials
LUMENORE_CLIENT_ID="your_client_id_here"
LUMENORE_SECRET="your_secret_here"
# Optional: Lumenore server URL (defaults to https://preview.lumenore.com)
SERVER_URL="https://preview.lumenore.com"