Skip to content
Grok

Workfile for Grok

io.github.illodev/workfile

Repository-native protocol and local MCP server for Work, Docs, History and durable project Memory.

client:Grok transport:stdio runtime:npm

Install Workfile in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "workfile": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@illodev/workfile"
      ]
    }
  }
}

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

Workfile in other clients