Agentmemory MCP MCP Server

Paid remote MCP endpoint for persistent AI agent memory, site analytics, pricing, checkout status, and search-readiness operations.

Remote serverstreamable-http

What is the Agentmemory MCP MCP server?

Agentmemory MCP MCP server exists for a simple reason — assistants are far more useful when they can act on Agentmemory MCP directly instead of describing what you should do. Paid remote MCP endpoint for persistent AI agent memory, site analytics, pricing, checkout status, and search-readiness operations.

What you get

* Hosted preview on Vercel — sign in with email or GitHub to try. Your data stays private to your account via Supabase RLS. For self-hosting or local-only mode, see Quick start below.

What the assistant can call

Once Agentmemory MCP is connected, these are the calls the assistant has available:

  • Self-hostable — run locally forever, no telemetry, no lock-in
  • MCP-native — works as a Model Context Protocol server in Claude Desktop, Cursor, Cline, Continue, Windsurf, Roo Code, Kilo Code, Zed, Aider, Goose, Warp, Codex
  • Visual — graph view of all memories and their semantic relations
  • Portable — import/export to .cursorrules, CLAUDE.md, MemGPT JSON, Claude Code .jsonl sessions
  • name — agentmemory
  • tsx — /absolute/path/to/agentmemory/mcp/index.ts
  • Field — Value
  • Env — AGENTMEMORY_HOME=/absolute/path/to/storage
  • Symptom — Fix
  • Tier — Strength
  • hot — ≥ 0.70
  • warm — ≥ 0.40

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Configuration and credentials

You will need 2 environment variables: AGENTMEMORY_HOME, HUGGINGFACE_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Choosing this one

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Agentmemory MCP's toolset — Self-hostable, MCP-native, Visual and 11 more — is a fair guide to whether it matches your workflow.

This entry was verified against Agentmemory MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Agentmemory MCP.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the agentmemory mcp mcp server does with a few real requests.

Available tools

ToolWhat it does
Self-hostablerun locally forever, no telemetry, no lock-in
MCP-nativeworks as a Model Context Protocol server in Claude Desktop, Cursor, Cline, Continue, Windsurf, Roo Code, Kilo Code, Zed, Aider, Goose, Warp, Codex CLI, Gemini CLI, GitHub Copilot CLI, Qwen Code CLI, Google Antigravity, A
Visualgraph view of all memories and their semantic relations
Portableimport/export to .cursorrules, CLAUDE.md, MemGPT JSON, Claude Code .jsonl sessions
nameagentmemory
tsx/absolute/path/to/agentmemory/mcp/index.ts
FieldValue
EnvAGENTMEMORY_HOME=/absolute/path/to/storage
SymptomFix
TierStrength
hot≥ 0.70
warm≥ 0.40
cold≥ 0.15
dead< 0.15

How to install the Agentmemory MCP MCP server

{
  "mcpServers": {
    "agentmemory": {
      "command": "npx",
      "args": ["tsx", "/absolute/path/to/agentmemory/mcp/index.ts"],
      "env": { "AGENTMEMORY_HOME": "/absolute/path/to/storage" }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
AGENTMEMORY_HOMEConfiguration value read at startup.Optional
HUGGINGFACE_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Agentmemory MCP to Self-hostable.
  • Use Agentmemory MCP to MCP-native.
  • Use Agentmemory MCP to Visual.

Frequently asked questions

It connects Agentmemory MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (Self-hostable, MCP-native, Visual, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Agentmemory MCP directly.