← Back to Plugins
MCP Server MCP

io.github.jyswee/agenticmemory

github By github 👁 1 views ▲ 0 votes

Persistent memory for AI agents — history, context, semantic search, queues. 17 tools, stdio/SSE.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "sse",
      "url": "https://mcp.agenticmemory.ai/sse",
      "headers": [
        {
          "description": "Bearer token using your Agentic Memory API key: 'Bearer amk_...'. Optional for tool discovery; required to call a tool. Get one instantly with `npx agmry signup my-project`.",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "agmry",
      "version": "1.8.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "isRequired": true,
          "value": "mcp-serve",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Agentic Memory API key (amk_...). Optional for tool discovery; required to call a tool. Get one instantly with `agmry signup my-project` — no browser, no card, live for 48h; $0 card-auth starts the free 7-day trial.",
          "isSecret": true,
          "name": "AGMRY_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol sse npm

Comments

Sign in to leave a comment

Loading comments...