Loading MCP server directory, please wait...
Action1 MCP server — endpoint inventory, patch visibility, and policy automation via REST API.
npx @getmcp/cli add io.github.wyre-technology/action1-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
ACTION1_CLIENT_IDAction1 OAuth client ID
ACTION1_CLIENT_SECRETAction1 OAuth client secret
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wyre-technology/action1-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"ACTION1_CLIENT_ID",
"-e",
"ACTION1_CLIENT_SECRET",
"-e",
"ACTION1_TENANT",
"-e",
"ACTION1_BASE_URL",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-technology/action1-mcp:v1.0.3"
],
"env": {
"ACTION1_CLIENT_ID": "",
"ACTION1_CLIENT_SECRET": "",
"ACTION1_TENANT": "",
"ACTION1_BASE_URL": "",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}