f1verse for Cursor
io.github.jinsim/f1verse
Formula 1 race data with the domain rules applied: stints, tyre wear, publish-safety. Zero deps.
client:Cursor
transport:stdio
runtime:pypi
Install f1verse in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"f1verse": {
"type": "stdio",
"command": "uvx",
"args": [
"f1verse"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs