We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mbpfws/sentient-brain-smithery'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•507 B
# Sentient Brain Multi-Agent System Configuration
# Copy this file to .env and fill in your values
# Required Configuration
GROQ_API_KEY=gsk_your_groq_api_key_here
SURREAL_URL=ws://localhost:8000/rpc
SURREAL_USER=root
SURREAL_PASS=your_secure_password_here
# Optional Configuration
GOOGLE_API_KEY=your_google_ai_api_key_here
SURREAL_NAMESPACE=sentient_brain
SURREAL_DATABASE=multi_agent
GROQ_MODEL=llama-3.1-70b-versatile
LOG_LEVEL=INFO
PORT=8000
# Development Settings
DEBUG=false
ENVIRONMENT=production