Stellar Memory for Windsurf
io.github.sangjun0000/stellar-memory
Persistent AI memory using orbital mechanics. 100% local, zero API keys, MCP-native.
client:Windsurf
transport:stdio
runtime:npm
Install Stellar Memory in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs