Skip to content
Grok

Agentverse Memory for Grok

io.github.fetchai/agentverse-memory

Graph-native persistent memory for AI agents — 33 MCP tools, zero-LLM writes.

client:Grok transport:streamable-http

Install Agentverse Memory in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "agentverse-memory": {
      "type": "http",
      "url": "https://am-server-jbneh74b5q-uc.a.run.app/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

Agentverse Memory in other clients