Skip to content
Zed

cics bridge mcp for Zed

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

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

client:Zed transport:stdio runtime:pypi

Install cics bridge mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "cics-bridge-mcp": {
      "command": "uvx",
      "args": [
        "cics-bridge-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

cics bridge mcp in other clients