Skip to main content
Glama

Formula One MCP Server

vercel.json389 B
{ "version": 2, "builds": [ { "src": "server/f1AgentServer.ts", "use": "@vercel/node" } ], "routes": [ { "src": "/api/chat", "dest": "/server/f1AgentServer.ts" }, { "src": "/health", "dest": "/server/f1AgentServer.ts" } ], "env": { "VITE_GEMINI_API_KEY": "@vite_gemini_api_key", "F1_AGENT_PORT": "3000" } }

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