Catalog
io.github.sangjun0000/stellar-memory
OfficialStellar Memory
Persistent AI memory using orbital mechanics. 100% local, zero API keys, MCP-native.
Local persistent memory system for AI using orbital mechanics concepts.
README not available yet.
Install
Configuration
Environment variables
STELLAR_PROJECTActive project name for memory isolation
STELLAR_DB_PATHPath to SQLite database file (default: ~/.stellar-memory/stellar.db)
STELLAR_API_PORTREST API port (default: 21547)
STELLAR_SUN_TOKEN_BUDGETMax tokens for Sun context (default: 800)
claude_desktop_config.json
{
"mcpServers": {
"stellar-memory": {
"command": "npx",
"args": [
"-y",
"stellar-memory@1.0.3"
],
"env": {
"STELLAR_PROJECT": "<YOUR_STELLAR_PROJECT>",
"STELLAR_DB_PATH": "<YOUR_STELLAR_DB_PATH>",
"STELLAR_API_PORT": "<YOUR_STELLAR_API_PORT>",
"STELLAR_SUN_TOKEN_BUDGET": "<YOUR_STELLAR_SUN_TOKEN_BUDGET>"
}
}
}
}