We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/stereosky/lenses-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•419 B
# This is the default config for Community Edition running locally
# Lenses instance URL
LENSES_URL=http://localhost:9991
# Your Lenses API key (required)
LENSES_API_KEY=YOUR_LENSES_API_KEY
# Legacy configuration (optional - these are automatically derived from LENSES_URL)
# LENSES_API_HTTP_URL=http://localhost
# LENSES_API_HTTP_PORT=9991
# LENSES_API_WEBSOCKET_URL=ws://localhost
# LENSES_API_WEBSOCKET_PORT=9991