Skip to content
Grok

Stellar Memory for Grok

io.github.sangjun0000/stellar-memory

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

client:Grok transport:stdio runtime:npm

Install Stellar Memory in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "stellar-memory": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Stellar Memory in other clients