mcp server decisions for Grok
io.github.roberton003/mcp-server-decisions
Decision tracking with prediction validation and outcome gates for AI agents
client:Grok
transport:stdio
runtime:pypi
Install mcp server decisions in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-server-decisions": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-decisions"
],
"env": {
"MCP_DECISIONS_LOG_PATH": "<MCP_DECISIONS_LOG_PATH>"
}
}
}
}
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