Context Lens for Grok
io.github.cornelcroi/context-lens
Semantic search knowledge base with serverless LanceDB. Zero setup, 100% local, 25+ file types
client:Grok
transport:stdio
runtime:pypi
Install Context Lens in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"context-lens": {
"type": "stdio",
"command": "uvx",
"args": [
"context-lens"
]
}
}
}
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