Skip to content
Grok

Ace Memory for Grok

io.github.rudedoggg/ace-memory

Persistent memory for AI agents. Semantic search, memory graph, W3C DID identity.

client:Grok transport:streamable-http

Install Ace Memory in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "ace-memory": {
      "type": "http",
      "url": "https://ais.agentsandswarms.ai/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

Ace Memory in other clients