We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/thenvoi/thenvoi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•372 B
# Thenvoi MCP Server Configuration
# Copy this file to .env and fill in your values
# Required: Thenvoi API key from https://app.thenvoi.com/settings/api-keys
THENVOI_API_KEY=your_api_key_here
# Required: Thenvoi API base URL
THENVOI_BASE_URL=https://app.thenvoi.com
# Optional: OpenAI API key for running example agents (examples/*.py)
OPENAI_API_KEY=your_api_key_here