Stellar Memory for Cline
io.github.sangjun0000/stellar-memory
Persistent AI memory using orbital mechanics. 100% local, zero API keys, MCP-native.
client:Cline
transport:stdio
runtime:npm
Install Stellar Memory in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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's MCP Servers pane edits this file for you if you would rather not find it. Cline docs