argus decision mcp for Grok
io.github.commet/argus-decision-mcp
Preserve a user-authorized judgment and append later answers. No model verdict or human score.
client:Grok
transport:stdio
runtime:npm
Install argus decision mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"argus-decision-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"argus-decision-mcp"
],
"env": {
"ARGUS_DIR": "<ARGUS_DIR>",
"ARGUS_TOKEN": "<ARGUS_TOKEN>",
"ARGUS_TZ": "<ARGUS_TZ>"
}
}
}
}
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