Skip to content
Cursor

pitbridge for Cursor

com.pitbridge/pitbridge

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

client:Cursor transport:stdio runtime:pypi

Install pitbridge in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

pitbridge in other clients