celmis for Grok
io.github.constantinemakoid/celmis
Self-hosted code intelligence: cross-repo Q&A, dependency audits and PR review, over MCP
client:Grok
transport:stdio
runtime:oci
Install celmis in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"celmis": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/celmis-labs/celmis-api:v0.1.30"
]
}
}
}
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