Skip to main content
Glama

Formula One MCP Server

tunnel-config.yml922 B
# Cloudflare Tunnel Configuration for F1 Agent Server # This tunnel exposes localhost:11435 to the internet tunnel: f1-agent-tunnel credentials-file: .cloudflared/f1-agent-tunnel.json ingress: # Route all traffic to the F1 Agent Server - hostname: f1-agent.your-domain.com # Replace with your actual domain service: http://localhost:11435 originRequest: connectTimeout: 30s readTimeout: 30s writeTimeout: 30s noTLSVerify: false disableChunkedEncoding: false keepAliveConnections: 0 keepAliveTimeout: 90s httpHostHeader: "" originServerName: "" caPool: "" noHappyEyeballs: false proxyAddress: "" proxyPort: 0 proxyType: "" ipRules: [] http2Origin: false access: required: false teamName: "" auditSSHKey: false # Catch-all rule for unmatched requests - service: http_status:404

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/notsedano/f1-mcp-server'

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