← Back to Plugins
MCP Server MCP

Agentverse Memory

github By github 👁 1 views ▲ 0 votes

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

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://am-server-jbneh74b5q-uc.a.run.app/mcp",
      "headers": [
        {
          "description": "API key for agent authentication. Get one free at POST /v1/keys with {\"agent_id\": \"your-agent-name\"}",
          "isRequired": true,
          "isSecret": true,
          "name": "X-Api-Key"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...