What is the Stellar Memory MCP server?
Persistent AI memory using orbital mechanics. 100% local, zero API keys, MCP-native.
How to install Stellar Memory
Copy-paste configuration for popular MCP clients.
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)
{
"mcpServers": {
"stellar-memory": {
"command": "npx",
"args": [
"-y",
"stellar-memory"
],
"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>"
}
}
}
}{
"mcpServers": {
"stellar-memory": {
"command": "npx",
"args": [
"-y",
"stellar-memory"
],
"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>"
}
}
}
}{
"mcpServers": {
"stellar-memory": {
"command": "npx",
"args": [
"-y",
"stellar-memory"
],
"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>"
}
}
}
}{
"servers": {
"stellar-memory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"stellar-memory"
],
"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>"
}
}
}
}claude mcp add stellar-memory --env STELLAR_PROJECT=<YOUR_STELLAR_PROJECT> --env STELLAR_DB_PATH=<YOUR_STELLAR_DB_PATH> --env STELLAR_API_PORT=<YOUR_STELLAR_API_PORT> --env STELLAR_SUN_TOKEN_BUDGET=<YOUR_STELLAR_SUN_TOKEN_BUDGET> -- npx -y stellar-memoryRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.