Skip to content
Zed

SignalEDI for Zed

io.github.signaledi/mcp-server

EDI parse, validate, send, inspect, and QuickBooks tools for MCP clients.

client:Zed transport:stdio runtime:npm

Install SignalEDI 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": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@signaledi/mcp-server"
      ],
      "env": {
        "SIGNALEDI_API_KEY": "<SIGNALEDI_API_KEY>",
        "SIGNALEDI_BASE_URL": "<SIGNALEDI_BASE_URL>"
      }
    }
  }
}

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

SignalEDI in other clients