Skip to main content
Glama

Formula One MCP Server

gemini.ts263 B
// Gemini AI Configuration export const GEMINI_CONFIG = { apiKey: import.meta.env.VITE_GEMINI_API_KEY || import.meta.env.REACT_APP_GEMINI_API_KEY || '', generationConfig: { temperature: 0.1, topP: 0.8, topK: 40, maxOutputTokens: 1000, }, };

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