Odel
Workfile

Workfile

Local
@illodev2TypeScriptMITUpdated 3 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@illodev/workfilev0.10.0

Run

npx -y @illodev/workfile

MCP client config

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