wyrm for Zed
lk.ghosts/wyrm
Local-first memory for AI agents: ground truths, failure firewall, negotiated recall over MCP.
client:Zed
transport:stdio
runtime:npm
Install wyrm in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"wyrm": {
"command": "npx",
"args": [
"-y",
"wyrm-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs