Paid remote MCP endpoint for persistent AI agent memory, site analytics, pricing, checkout status, and search-readiness operations.
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.
* 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.
Once Agentmemory MCP is connected, these are the calls the assistant has available:
Self-hostable — run locally forever, no telemetry, no lock-inMCP-native — works as a Model Context Protocol server in Claude Desktop, Cursor, Cline, Continue, Windsurf, Roo Code, Kilo Code, Zed, Aider, Goose, Warp, CodexVisual — graph view of all memories and their semantic relationsPortable — import/export to .cursorrules, CLAUDE.md, MemGPT JSON, Claude Code .jsonl sessionsname — agentmemorytsx — /absolute/path/to/agentmemory/mcp/index.tsField — ValueEnv — AGENTMEMORY_HOME=/absolute/path/to/storageSymptom — FixTier — Strengthhot — ≥ 0.70warm — ≥ 0.40Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
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.
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.
| Tool | What it does |
|---|---|
| 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 CLI, Gemini CLI, GitHub Copilot CLI, Qwen Code CLI, Google Antigravity, A |
| 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 |
| cold | ≥ 0.15 |
| dead | < 0.15 |
{
"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.
| Variable | Description | Required |
|---|---|---|
| AGENTMEMORY_HOME | Configuration value read at startup. | Optional |
| HUGGINGFACE_API_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.