Skip to content
Grok

StremAI for Grok

io.github.thomasjumper/stremai

StremAI MCP: shared memory for AI coding agents. Connected agents can recall. OAuth + local stdio.

client:Grok transport:streamable-http runtime:npm

Install StremAI in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "stremai": {
      "type": "http",
      "url": "https://stremai.com/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

StremAI in other clients