We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/blockscout/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•396 B
# MCP Server URL for evaluations
MCP_SERVER_URL=https://mcp.blockscout.com
# Gemini CLI Docker image version
GEMINI_CLI_DOCKER_IMAGE_VERSION=0.24.0
# Gemini user profile directory (defaults to ${HOME}/.gemini if not set)
GEMINI_USER_PROFILE=${HOME}/.gemini
# Gemini API key for authentication (optional - "Login with Google" method can be used instead)
GEMINI_API_KEY=your-gemini-api-key-here