Skip to content
Grok

Kortexio Memory for Grok

io.kortexio/memory

Hosted ambient memory for AI agents. Retrieve context and save notes via MCP tools with OAuth.

client:Grok transport:streamable-http

Install Kortexio Memory in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "memory": {
      "type": "http",
      "url": "https://mcp.kortexio.io/{appId}/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

Kortexio Memory in other clients