once for Grok
io.github.aurumflux20/once-kernel
Run a side effect exactly once under retries, redelivery, and concurrent workers.
client:Grok
transport:stdio
runtime:pypi
Install once in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"once-kernel": {
"type": "stdio",
"command": "uvx",
"args": [
"once-kernel"
]
}
}
}
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