Skip to main content
Glama

MCPilot

by ferrary7
.env.example754 B
# Example configuration for MCPilot Gateway # Copy this to .env in the project root and modify as needed # Server Configuration MCPILOT_HOST=0.0.0.0 MCPILOT_PORT=8000 MCPILOT_DEBUG=false # CORS Settings MCPILOT_CORS_ORIGINS=["*"] MCPILOT_CORS_CREDENTIALS=true # Logging MCPILOT_LOG_LEVEL=INFO # Request timeout MCPILOT_REQUEST_TIMEOUT=30 # Rate limiting MCPILOT_RATE_LIMIT_ENABLED=false MCPILOT_RATE_LIMIT_REQUESTS=100 MCPILOT_RATE_LIMIT_WINDOW=60 # Admin UI MCPILOT_ADMIN_ENABLED=true MCPILOT_ADMIN_AUTH_ENABLED=false MCPILOT_ADMIN_USERNAME=admin MCPILOT_ADMIN_PASSWORD=admin # Transport settings MCPILOT_TRANSPORT_HTTP_ENABLED=true MCPILOT_TRANSPORT_WEBSOCKET_ENABLED=true MCPILOT_TRANSPORT_SSE_ENABLED=true MCPILOT_TRANSPORT_STDIO_ENABLED=true

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/ferrary7/MCPilot'

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