toki toki for Grok
io.github.xfloukiex-lab/toki-toki
A local causality ledger: records decisions and the reasons, for an agent to recall.
client:Grok
transport:stdio
runtime:pypi
Install toki toki in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"toki-toki": {
"type": "stdio",
"command": "uvx",
"args": [
"toki-toki-mcp"
]
}
}
}
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