ARGUS-3 MCP Server for Grok
io.github.alexar76/argus3
ARGUS-3 stdio MCP with WARDEN firewall: argus_ask, argus_status, argus_capabilities.
client:Grok
transport:stdio
runtime:npm
Install ARGUS-3 MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"argus3": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@alexar76/argus3"
]
}
}
}
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