Skip to content
Cursor

cics bridge mcp for Cursor

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

Bridge IBM CICS mainframe transactions to ONE OS — parse, map, govern (SOX / PCI-DSS / DORA).

client:Cursor transport:stdio runtime:pypi

Install cics bridge mcp in Cursor

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

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

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

cics bridge mcp in other clients