Skip to content
Zed

Action1 for Zed

io.github.wyre-technology/action1-mcp

Action1 MCP server — endpoint inventory, patch visibility, and policy automation via REST API.

client:Zed transport:stdio runtime:oci

Install Action1 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": {
    "action1-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/action1-mcp:v1.1.5"
      ],
      "env": {
        "ACTION1_CLIENT_ID": "<ACTION1_CLIENT_ID>",
        "ACTION1_CLIENT_SECRET": "<ACTION1_CLIENT_SECRET>",
        "ACTION1_TENANT": "<ACTION1_TENANT>",
        "ACTION1_BASE_URL": "<ACTION1_BASE_URL>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "AUTH_MODE": "<AUTH_MODE>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

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

Action1 in other clients