Workfile for Zed
io.github.illodev/workfile
Repository-native protocol and local MCP server for Work, Docs, History and durable project Memory.
client:Zed
transport:stdio
runtime:npm
Install Workfile in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"workfile": {
"command": "npx",
"args": [
"-y",
"@illodev/workfile"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs