Skip to content
Cursor

fix bridge mcp for Cursor

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

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

client:Cursor transport:stdio runtime:pypi

Install fix bridge mcp in Cursor

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

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

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

fix bridge mcp in other clients