Skip to content
Grok

pitwall-mcp for Grok

io.github.sergioprats/pitwall-mcp

Solo lectura sobre BMW CarData: mantenimiento, neumaticos y bateria de 12V. No afiliado a BMW AG.

client:Grok transport:stdio runtime:pypi

Install pitwall-mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "pitwall-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "pitwall-mcp"
      ],
      "env": {
        "PITWALL_CLIENT_ID": "<PITWALL_CLIENT_ID>",
        "PITWALL_VIN": "<PITWALL_VIN>",
        "PITWALL_CONTAINER_ID": "<PITWALL_CONTAINER_ID>",
        "PITWALL_TOKEN_FILE": "<PITWALL_TOKEN_FILE>",
        "PITWALL_DB_PATH": "<PITWALL_DB_PATH>",
        "PITWALL_DAILY_QUOTA": "<PITWALL_DAILY_QUOTA>",
        "PITWALL_LOG_LEVEL": "<PITWALL_LOG_LEVEL>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

pitwall-mcp in other clients