Decidealot for Grok
io.github.psyb0t/decidealot
Local Laya and Von typed decisions over TypeSafe-compatible MCP.
client:Grok
transport:stdio
runtime:oci
Install Decidealot in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"decidealot": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/decidealot:v0.4.1"
]
}
}
}
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