We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ReGenNow/regennexus-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# RegenNexus MCP Server Configuration
# Copy to .env and customize
# Connection mode: auto, local, or remote
REGENNEXUS_MODE=auto
# Remote mode settings (required if mode=remote)
REGENNEXUS_ENDPOINT=https://your-uap-server.com
REGENNEXUS_API_KEY=your-api-key
REGENNEXUS_TIMEOUT=60000
# Local mode settings
REGENNEXUS_CONFIG=/path/to/regennexus-config.yaml
# Mesh networking (optional)
REGENNEXUS_MESH=false
REGENNEXUS_MESH_PORT=5353
REGENNEXUS_NODE_ID=mcp-server
# Logging
REGENNEXUS_LOG_LEVEL=INFO
REGENNEXUS_LOG_FORMAT=text