Skip to content
Grok

Mnema — AI Memory Layer for Grok

io.github.hoanglt1223/mnema

Personal knowledge graph as an AI memory layer over MCP - read, save, and link your memories.

client:Grok transport:streamable-http

Install Mnema — AI Memory Layer in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mnema": {
      "type": "http",
      "url": "https://secondbrain.hoangha.shop/api/mcp"
    }
  }
}

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

Mnema — AI Memory Layer in other clients