Skip to content
Claude Desktop

Agentverse Memory for Claude Desktop

io.github.fetchai/agentverse-memory

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

client:Claude Desktop transport:streamable-http

Install Agentverse Memory in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "agentverse-memory": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://am-server-jbneh74b5q-uc.a.run.app/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Agentverse Memory in other clients