contextual for Grok
io.github.contextual-laboratories/contextual
Persistent memory for AI coding agents: local-first semantic search, dependency graphs, git history.
client:Grok
transport:stdio
runtime:pypi
Install contextual in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"contextual": {
"type": "stdio",
"command": "uvx",
"args": [
"contextual-engine"
],
"env": {
"CONTEXTUAL_LOG_LEVEL": "<CONTEXTUAL_LOG_LEVEL>"
}
}
}
}
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