Cairn for Grok
io.github.cybort360/cairn-mcp
Log Claude Code work sessions, file edits, and tasks to your Cairn account.
client:Grok
transport:stdio
runtime:pypi
Install Cairn in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"cairn-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"cairn-mcp"
],
"env": {
"CAIRN_TOKEN": "<CAIRN_TOKEN>",
"CAIRN_API_URL": "<CAIRN_API_URL>"
}
}
}
}
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