Action1 for Grok
io.github.wyre-technology/action1-mcp
Action1 MCP server — endpoint inventory, patch visibility, and policy automation via REST API.
client:Grok
transport:stdio
runtime:oci
Install Action1 in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"action1-mcp": {
"type": "stdio",
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs