Skip to main content
Glama
by Eivs
mcp-fetch.env.example655 B
# MCP Fetch Service Environment Variables Configuration File # Copy this file as .env or /etc/default/mcp-fetch and modify the configuration # Transport mode: stdio or http (default: http) TRANSPORT=http # HTTP server bind address (default: 0.0.0.0) HOST=0.0.0.0 # HTTP server listening port (default: 8000) PORT=8000 # Bearer token authentication key (strongly recommended to set in production environment) # Leave empty for public access, no authentication required AUTH_TOKEN=your-secret-token-here-change-me # Custom User-Agent (optional) # CUSTOM_USER_AGENT=MyCompany/1.0 # Proxy server URL (optional) # PROXY_URL=http://proxy.example.com:8080

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Eivs/mcp-fetch'

If you have feedback or need assistance with the MCP directory API, please join our Discord server