Stellar Memory for Zed
io.github.sangjun0000/stellar-memory
Persistent AI memory using orbital mechanics. 100% local, zero API keys, MCP-native.
client:Zed
transport:stdio
runtime:npm
Install Stellar Memory in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"stellar-memory": {
"command": "npx",
"args": [
"-y",
"stellar-memory"
],
"env": {
"STELLAR_PROJECT": "<STELLAR_PROJECT>",
"STELLAR_DB_PATH": "<STELLAR_DB_PATH>",
"STELLAR_API_PORT": "<STELLAR_API_PORT>",
"STELLAR_SUN_TOKEN_BUDGET": "<STELLAR_SUN_TOKEN_BUDGET>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs