Skip to content
Grok

MarsNMe for Grok

io.github.marsmanleo/marsnme

Agent-agnostic memory backend that preserves continuity between humans and AI over time.

client:Grok transport:stdio runtime:npm

Install MarsNMe 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": {
    "marsnme": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@marsnme/mcp-gateway"
      ],
      "env": {
        "MCP_PROFILE": "<MCP_PROFILE>",
        "SUPABASE_BASE_URL": "<SUPABASE_BASE_URL>",
        "SUPABASE_SERVICE_ROLE_KEY": "<SUPABASE_SERVICE_ROLE_KEY>",
        "JINA_API_KEY": "<JINA_API_KEY>",
        "PORT": "<PORT>"
      }
    }
  }
}

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

MarsNMe in other clients