← Index

Stellar Memory

io.github.sangjun0000/stellar-memory·v1.0.3·Memory & RAG
Quality Score
79
/100

Persistent AI memory using orbital mechanics. 100% local, zero API keys, MCP-native.

§01  Install
Claude Desktop (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>"
      }
    }
  }
}
Cursor (.cursor/mcp.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>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y stellar-memory
§02  Environment variables
STELLAR_PROJECT

Active project name for memory isolation

STELLAR_DB_PATH

Path to SQLite database file (default: ~/.stellar-memory/stellar.db)

STELLAR_API_PORT

REST API port (default: 21547)

STELLAR_SUN_TOKEN_BUDGET

Max tokens for Sun context (default: 800)

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
10
stability
10
§04  Alternatives in Memory & RAG