Action1 for Zed
io.github.wyre-ai/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
{
"context_servers": {
"action1-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/action1-mcp:v1.1.7"
],
"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