We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hellolucky/v0-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•471 B
# v0 API Configuration
V0_API_KEY=your_v0_api_key_here
# Optional: v0 API Base URL (defaults to https://api.v0.dev/v1)
# V0_BASE_URL=https://api.v0.dev/v1
# Optional: Default v0 model (defaults to v0-1.5-md)
# V0_DEFAULT_MODEL=v0-1.5-md
# Optional: API timeout in milliseconds (defaults to 60000)
# V0_TIMEOUT=60000
# Optional: MCP Server Configuration
# MCP_SERVER_NAME=v0-mcp
# MCP_SERVER_VERSION=1.0.0
# Optional: Logging level (defaults to info)
# LOG_LEVEL=info