Stellar Memory
About
Persistent AI memory using orbital mechanics. 100% local, zero API keys, MCP-native.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
STELLAR_PROJECT STELLAR_DB_PATH STELLAR_API_PORT STELLAR_SUN_TOKEN_BUDGETClaude Code
claude mcp add --env STELLAR_PROJECT= --env STELLAR_DB_PATH= --env STELLAR_API_PORT= --env STELLAR_SUN_TOKEN_BUDGET= stellar-memory -- npx stellar-memory
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"stellar-memory","command":"npx","args":["stellar-memory"],"env":{"STELLAR_PROJECT":"","STELLAR_DB_PATH":"","STELLAR_API_PORT":"","STELLAR_SUN_TOKEN_BUDGET":""}}'
JSON
{
"mcpServers": {
"stellar-memory": {
"command": "npx",
"args": [
"stellar-memory"
],
"env": {
"STELLAR_PROJECT": "",
"STELLAR_DB_PATH": "",
"STELLAR_API_PORT": "",
"STELLAR_SUN_TOKEN_BUDGET": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.