We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/beverage/levelang-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•677 B
# Levelang MCP Server Configuration
# Copy this to .env and fill in your values.
# Backend API base URL
# Default: http://localhost:8000/api/v1 (local dev)
# Staging: https://levelang-backend-staging.fly.dev/api/v1
# Production: https://levelang-backend.fly.dev/api/v1
LEVELANG_API_BASE_URL=http://localhost:8000/api/v1
# API key for backend authentication
# Optional for local dev (no auth required).
# Required for staging/production (use a service key: sk_xxx).
# LEVELANG_API_KEY=sk_your_service_key_here
# MCP transport mode: stdio (default) or streamable-http
MCP_TRANSPORT=stdio
# Port for HTTP transport (only used when MCP_TRANSPORT=streamable-http)
MCP_PORT=8080