IWE for Zed
io.github.iwe-org/iwe
Markdown knowledge base as agent memory. Runs against the notes directory it is started in.
client:Zed
transport:stdio
runtime:npm
Install IWE in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"iwe": {
"command": "npx",
"args": [
"-y",
"@iwe-org/mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs