Action1 for Cline
io.github.wyre-technology/action1-mcp
Action1 MCP server — endpoint inventory, patch visibility, and policy automation via REST API.
client:Cline
transport:stdio
runtime:oci
Install Action1 in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs