ctxfile for Zed
dev.ctxfile/ctxfile
Local-first MCP server that snapshots your project's working state into one context object.
client:Zed
transport:stdio
runtime:npm
Install ctxfile in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"ctxfile": {
"command": "npx",
"args": [
"-y",
"ctxfile"
],
"env": {
"NOTION_TOKEN": "<NOTION_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs