Stellar Memory for Claude Desktop
io.github.sangjun0000/stellar-memory
Persistent AI memory using orbital mechanics. 100% local, zero API keys, MCP-native.
client:Claude Desktop
transport:stdio
runtime:npm
Install Stellar Memory in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs