Skip to content
Grok

memory mcp lite for Grok

io.github.thuupx/memory-mcp-lite

A lightweight, structured, token-efficient local-first MCP memory server

client:Grok transport:stdio runtime:npm

Install memory mcp lite in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "memory-mcp-lite": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "memory-mcp-lite"
      ]
    }
  }
}

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

memory mcp lite in other clients