ontomics for Grok
io.github.etiennechollet/ontomics
Index your codebase's domain knowledge. 20x fewer tokens, 10x faster.
client:Grok
transport:stdio
runtime:npm
Install ontomics in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"ontomics": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ontomics/ontomics"
]
}
}
}
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