clude for Zed
io.github.sebbsssss/clude
Portable agent memory anchored on Solana. Local SQLite + vector recall, open export.
client:Zed
transport:stdio
runtime:npm
Install clude in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"clude": {
"command": "npx",
"args": [
"-y",
"@clude/sdk"
],
"env": {
"CORTEX_API_KEY": "<CORTEX_API_KEY>",
"CORTEX_HOST_URL": "<CORTEX_HOST_URL>",
"CLUDE_WALLET": "<CLUDE_WALLET>",
"CLUDE_AGENT_NAME": "<CLUDE_AGENT_NAME>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs