AgentHubAgentHub

Pitwall — F1 Data for Claude

MCP ServerMCP Registry官方收录

io.github.darshjoshi/pitwall · v1.0.5

F1 race engineer for Claude — 67 tools for telemetry, strategy, and 75 years of history

概览

Pitwall — F1 Data for Claude 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "pitwall": {
      "command": "uvx",
      "args": [
        "f1pitwall"
      ]
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.github.darshjoshi/pitwall",
  "type": "mcp-server",
  "version": "1.0.5",
  "displayName": "Pitwall — F1 Data for Claude",
  "description": "F1 race engineer for Claude — 67 tools for telemetry, strategy, and 75 years of history",
  "repository": {
    "url": "https://github.com/darshjoshi/pitwall",
    "source": "github"
  },
  "homepage": "https://github.com/darshjoshi/pitwall",
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "f1pitwall",
        "version": "1.0.5",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.darshjoshi/pitwall",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.darshjoshi%2Fpitwall/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Pitwall — F1 Data for Claude — MCP Server 安装与配置 · AgentHub