ctxfile for Grok
dev.ctxfile/ctxfile
Local-first MCP server that snapshots your project's working state into one context object.
client:Grok
transport:stdio
runtime:npm
Install ctxfile in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"ctxfile": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ctxfile"
],
"env": {
"NOTION_TOKEN": "<NOTION_TOKEN>"
}
}
}
}
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