Bourdon for Zed
ai.bourdon/bourdon
Recognition-first cross-agent memory federation. One shared memory across all your agents.
client:Zed
transport:stdio
runtime:pypi
Install Bourdon in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"bourdon": {
"command": "uvx",
"args": [
"bourdon"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs