Skip to content
Zed

aep for Zed

com.focusgts/aep

Full-CRUD server for AEP, Journey Optimizer and CJA. 61 tools from one OAuth credential.

client:Zed transport:stdio runtime:npm

Install aep 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": {
    "aep": {
      "command": "npx",
      "args": [
        "-y",
        "@focusgts/aep-mcp-server"
      ],
      "env": {
        "AEP_CLIENT_ID": "<AEP_CLIENT_ID>",
        "AEP_CLIENT_SECRET": "<AEP_CLIENT_SECRET>",
        "AEP_ORG_ID": "<AEP_ORG_ID>",
        "AEP_SANDBOX_NAME": "<AEP_SANDBOX_NAME>",
        "AEP_MODE": "<AEP_MODE>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

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

aep in other clients