Skip to main content
Glama

Formula One MCP Server

ChatThread.css745 B
.chat-thread { flex: 1; overflow: hidden; display: flex; flex-direction: column; background: var(--f1-black); } .messages-container { flex: 1; overflow-y: auto; padding: 1rem; display: flex; flex-direction: column; gap: 1rem; scroll-behavior: smooth; padding-bottom: 2rem; } .messages-container::-webkit-scrollbar { width: 6px; } .messages-container::-webkit-scrollbar-track { background: transparent; } .messages-container::-webkit-scrollbar-thumb { background: var(--f1-light-gray); border-radius: 3px; } .messages-container::-webkit-scrollbar-thumb:hover { background: var(--f1-silver); } /* Add fade-in animation for new messages */ .messages-container > * { animation: slideInUp 0.3s ease-out; }

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