Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. A Mem MCP
A Mem MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/22/2026, 2:03:11 PM

A Mem MCP

User RatingsBe the first to rate and review this MCP server!
View Repository35 GitHub StarsTotal stargazers on GitHub for the source repository (35 stars).Visit Website
memorycoding-agentsknowledge-graphsemantic-search

Stores and searches evolving project memory for coding agents through semantic and graph-based MCP tools.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
We couldn’t automatically confirm this listing starts correctly

We ran the install command below but it didn't respond within our test window — this can mean a slow first-time install rather than a real problem.

uvx a-mem

No response to initialize.

This is an experimental automated check and can have false negatives — missing environment variables, a slow cold install, etc. It doesn’t necessarily mean something’s wrong. Last checked 3d ago.

Manual Client & Custom JSON ConfigExpand JSON â–¾

Client Config & Setup

Configure Environment Variables (API Keys, Tokens, Options):
Add required secrets below — values are included directly in the generated snippet so you can copy and paste with confidence.
Quick Add:
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "a-mem-mcp": {
      "command": "uvx",
      "args": [
        "a-mem"
      ],
      "env": {
        "LLM_BACKEND": "YOUR_VALUE_HERE",
        "LLM_MODEL": "YOUR_VALUE_HERE",
        "OPENAI_API_KEY": "YOUR_VALUE_HERE",
        "OPENROUTER_API_KEY": "YOUR_VALUE_HERE",
        "EMBEDDING_MODEL": "YOUR_VALUE_HERE",
        "CHROMA_DB_PATH": "YOUR_VALUE_HERE",
        "EVO_THRESHOLD": "YOUR_VALUE_HERE"
      }
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (8) Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Overview

a-mem-mcp MCP server gives coding agents persistent memory backed by ChromaDB and an evolving Zettelkasten-style graph. It uses an LLM to extract metadata, find related memories, and update relationships when new notes are added. Agents can search by meaning, follow graph connections, filter by time, and manage individual notes. Reach for it when an agent needs project-specific or shared context across sessions rather than a simple transient conversation history.

Use cases

•Persist project conventions across coding sessions
•Search prior implementation decisions by meaning
•Explore related memories through graph connections
•Share memory across projects with a common storage path

Key features

•Asynchronous memory creation
•Semantic memory search
•Graph-aware agentic search
•Time-range memory search
•Bulk memory reads
•ChromaDB-backed project storage

Capabilities & Tool Schemas (8) ~97 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server — may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by A Mem MCP.

add_memory_note

Store new knowledge (async, returns immediately)

search_memories

Semantic search across all memories

search_memories_agentic

Search + follow graph connections

search_memories_by_time

Search within a time range

read_memory_note

Get full details (supports bulk reads)

update_memory_note

Modify existing memory

How A Mem MCP works

What a-mem-mcp MCP server does

a-mem-mcp MCP server provides persistent memory tools for coding agents. It stores notes, enriches them with keywords, context, and tags through an LLM, and connects related notes in a graph. The resulting memory can be searched by semantic similarity or explored through relationships between notes.

The default storage scope is per project, using a ./chroma_db directory. A shared memory store can be configured by changing the ChromaDB path to a common location. This makes the server suitable for retaining implementation details, architectural decisions, conventions, and other project knowledge between agent sessions.

How it works

Adding a note starts an asynchronous operation and immediately returns a task identifier. The system processes the note, searches for semantically similar existing memories, and decides whether to create or strengthen links, update related context, or evolve tags. ChromaDB stores the note metadata and relationships.

Search can begin with lightweight metadata such as identifiers, context, keywords, and tags. After locating relevant results, an agent can use read_memory_note to retrieve complete note details. The agentic search operation combines semantic retrieval with graph traversal to follow connected memories. check_task_status reports the state of asynchronous operations.

Setup and configuration

Install the Python package with pip install a-mem, then register the a-mem-mcp executable with an MCP client. The documented setup is tested with Claude Code and passes the LLM backend, model, and credentials as environment settings. A session-start hook is installed automatically for Claude Code to remind the agent to use the memory tools.

The default backend is OpenAI with model gpt-4o-mini, which requires an OpenAI API key. The server also documents Ollama, sGLang, and OpenRouter backends. Ollama can run locally, while OpenRouter uses its own API key. EMBEDDING_MODEL controls the sentence-transformer model, CHROMA_DB_PATH changes the storage location, and EVO_THRESHOLD controls the evolution trigger threshold.

Tools and capabilities

The server exposes eight MCP tools:

  • add_memory_note stores knowledge asynchronously.
  • search_memories performs semantic search.
  • search_memories_agentic searches and follows graph connections.
  • search_memories_by_time searches within a specified time range.
  • read_memory_note retrieves full details and supports bulk reads.
  • update_memory_note changes an existing memory.
  • delete_memory_note removes a memory.
  • check_task_status checks asynchronous task completion.

The underlying Python API is also available through AgenticMemorySystem, allowing applications to add, search, and read notes without using MCP.

Limitations and notes

a-mem-mcp MCP server is currently documented as tested with Claude Code; support for other MCP-compatible agents is described as planned rather than confirmed. Memory is project-specific by default, so separate projects do not share notes unless they are configured to use the same ChromaDB path. LLM behavior and required credentials depend on the selected backend. The server implements concepts from the A-MEM research paper, but the supplied material does not specify a license.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    🧠 Knowledge & Memory16 views
    Compare vs Scrivener MCP →
  • Moxie Docs MCP logoMoxie Docs MCP
    ★ Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory30 views
    Compare vs Moxie Docs MCP →
  • Mnemo MCP logoMnemo MCP

    Persistent AI memory with SQLite hybrid search (FTS5 + semantic). Built-in Qwen3 embedding, rclone sync across machines. Zero config, no cloud, no limits.

    🧠 Knowledge & Memory3 views
    Compare vs Mnemo MCP →
  • Recallnest logoRecallnest

    Persistent memory MCP server for AI coding agents (Claude Code, Codex, Gemini CLI). Hybrid retrieval (vector + BM25), cross-encoder reranking, knowledge graph with PPR traversal, session checkpoint/resume, and multi-scope isolation. Local-first with LanceDB + SQLite, zero external dependencies.

    🧠 Knowledge & Memory2 views
    Compare vs Recallnest →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
35
Stargazers on the source repository.
Last commit
8mo ago
Most recent push to the default branch.
Install check
Inconclusive
Didn't respond in our test window — often a slow first install.
Tools exposed
8
Callable tools this server registers over MCP.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about A Mem MCP

Install the package with `pip install a-mem`, then register the `a-mem-mcp` executable with your MCP client.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewA Mem MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/a-mem-mcp?style=directory)](https://allmcps.com/mcp/a-mem-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/a-mem-mcp"><img src="https://allmcps.com/api/badge/a-mem-mcp?style=directory" alt="A Mem MCP on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
PricingFree
More technical detailsExpand â–¾
TransportSTDIO
RuntimePython
AuthAPI key
Last updatedSep 7, 2026
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars35
GitHub Star CountTotal stargazers on GitHub representing community popularity (35 stars).
Last commit8mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jan 17, 2026
51Quality signal: Good · 51/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity3/15
Community engagement1/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 5d ago via OSV.dev · a-mem (PyPI)

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧠 Knowledge & Memory →Best MCP servers for Memory & Knowledge →Alternatives to A Mem MCP →Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients