Skip to content
Zed

ictfax mcp for Zed

io.github.ictinnovations/ictfax-mcp

List and track faxes on ICTFax, and send faxes when writes are enabled, over ICTCore REST.

client:Zed transport:stdio runtime:npm

Install ictfax mcp in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "ictfax-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ictfax-mcp"
      ],
      "env": {
        "ICTFAX_BASE_URL": "<ICTFAX_BASE_URL>",
        "ICTFAX_USERNAME": "<ICTFAX_USERNAME>",
        "ICTFAX_PASSWORD": "<ICTFAX_PASSWORD>",
        "ICTFAX_ACCOUNT_ID": "<ICTFAX_ACCOUNT_ID>",
        "ICTFAX_MCP_ALLOW_WRITE": "<ICTFAX_MCP_ALLOW_WRITE>",
        "ICTFAX_TIMEOUT_MS": "<ICTFAX_TIMEOUT_MS>",
        "ICTFAX_TLS_INSECURE": "<ICTFAX_TLS_INSECURE>"
      }
    }
  }
}

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

ictfax mcp in other clients