Skip to content
Zed

ARC-1 for Zed

io.github.marianfoo/arc-1

MCP server for SAP ABAP systems

client:Zed transport:stdio runtime:npm

Install ARC-1 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": {
    "arc-1": {
      "command": "npx",
      "args": [
        "-y",
        "arc-1"
      ],
      "env": {
        "SAP_URL": "<SAP_URL>",
        "SAP_USER": "<SAP_USER>",
        "SAP_PASSWORD": "<SAP_PASSWORD>",
        "SAP_CLIENT": "<SAP_CLIENT>",
        "SAP_LANGUAGE": "<SAP_LANGUAGE>",
        "SAP_INSECURE": "<SAP_INSECURE>",
        "SAP_ALLOW_WRITES": "<SAP_ALLOW_WRITES>"
      }
    }
  }
}

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

ARC-1 in other clients