understand quickly for Grok
io.github.looptech-ai/understand-quickly
Public registry of code-knowledge graphs for AI agents with schema validation and drift detection.
client:Grok
transport:stdio
runtime:npm
Install understand quickly in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"understand-quickly": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@looptech-ai/understand-quickly-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