Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Stellar Memory in other clients