Skip to content
Grok

fix bridge mcp for Grok

io.github.csoai-org/fix-bridge-mcp

FIX trading-protocol bridge — parse, map, govern (MiFID II / MAR).

client:Grok transport:stdio runtime:pypi

Install fix bridge mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "fix-bridge-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "fix-bridge-mcp"
      ]
    }
  }
}

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

fix bridge mcp in other clients