Skip to content
Grok

pitbridge for Grok

com.pitbridge/pitbridge

Local-first MCP bridge for NinjaTrader 8 behind a deterministic guardrail engine.

client:Grok transport:stdio runtime:pypi

Install pitbridge in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "pitbridge": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "pitbridge"
      ]
    }
  }
}

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

pitbridge in other clients