Cairn for Grok
io.github.luckyjackluo/cairn
Local-first file-organization tools for your AI agent: tag, query, and digest a folder. No cloud.
client:Grok
transport:stdio
runtime:pypi
Install Cairn in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"cairn": {
"type": "stdio",
"command": "uvx",
"args": [
"cairn-mcp-server"
],
"env": {
"CAIRN_WORKSPACE": "<CAIRN_WORKSPACE>"
}
}
}
}
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