Skip to content
Grok

Memora for Grok

io.github.servation/memora-mcp

Flashcards, quizzes, and cloze cards with spaced repetition, as an inline MCP App.

client:Grok transport:stdio runtime:npm

Install Memora in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "memora-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@servation/memora-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

Memora in other clients