We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aaunario-keeper/mcp-subagents'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•380 B
# Copy to .env and fill in real values. Keep .env out of source control.
# OpenAI fallback (used when MCP sampling is unavailable)
OPENAI_API_KEY=
OPENAI_BASE_URL=https://api.openai.com/v1
OPENAI_MODEL=gpt-4o-mini
# Zscaler / custom CA bundle (PEM)
NODE_EXTRA_CA_CERTS=C:\path\to\combined_certs.pem
# Server tuning
AGENT_MAX_DEPTH=3
AGENT_TEMPERATURE=0.2
AGENT_DATA_DIR=.\data