Skip to content
VS Code

Workfile for VS Code

io.github.illodev/workfile

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

client:VS Code transport:stdio runtime:npm

Install Workfile in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Workfile in other clients