Skip to content
Claude Desktop

Workfile for Claude Desktop

io.github.illodev/workfile

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

client:Claude Desktop transport:stdio runtime:npm

Install Workfile in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Workfile in other clients