koment for Grok
io.github.janpuc/koment
Read and write checked code rationale stored outside source comments.
client:Grok
transport:stdio
runtime:oci
Install koment in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"koment": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/janpuc/koment:1.1.0"
]
}
}
}
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