We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wx-b/long-context-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
vllm.env.example•341 B
# vLLM Local Server Configuration
# Start vLLM server with: vllm serve <model> --api-key your-key
# Optional: API key for vLLM server (set when starting server)
VLLM_API_KEY=your_vllm_api_key_here
# The base URL is automatically configured by the provider preset
# Default: http://localhost:8000/v1
# VLLM_BASE_URL=http://localhost:8000/v1