Skip to content
Grok

Korely Memory for Grok

ai.korely/memory

Memory for AI agents that knows what is still true. Typed bi-temporal facts, EU-hosted.

client:Grok transport:streamable-http

Install Korely Memory in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "memory": {
      "type": "http",
      "url": "https://api.korely.ai/agent/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

Korely Memory in other clients