Skip to content
VS Code

f1verse for VS Code

io.github.jinsim/f1verse

Formula 1 race data with the domain rules applied: stints, tyre wear, publish-safety. Zero deps.

client:VS Code transport:stdio runtime:pypi

Install f1verse in VS Code

.vscode/mcp.json

{
  "servers": {
    "f1verse": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "f1verse"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

f1verse in other clients