$ timeahead.in
/ servers/npm/@agentmemory/mcp
npm

@agentmemory/mcp

Standalone MCP server for agentmemory — thin shim that re-exposes @agentmemory/agentmemory's MCP entrypoint

25k stars17k/wkupdated 1d agogithub ↗
62fair
▣ Overview

What it does

agentmemory provides persistent memory for AI coding agents through an MCP server interface. Agents can store, query, and retrieve notes about projects, decisions, and learned patterns. The system uses hybrid search with confidence scoring and knowledge graphs to surface relevant memories when agents ask questions. The server acts as an MCP shim, re-exposing the agentmemory library to work with Claude Code, Copilot CLI, Cursor, Gemini CLI, and other MCP-compatible agents.

Who it's for

Developers using AI coding agents (Claude Code, Copilot CLI, Cursor, Gemini CLI) who need their agent to retain project-specific context across sessions. Useful for teams maintaining complex codebases or running multiple agents that require consistent understanding of architecture and conventions.

Common use cases

  • Store architectural decisions and project conventions so agents apply them consistently across sessions.
  • Avoid repeating the same context and constraints to your agent—let it learn once and retain knowledge.
  • Build a searchable knowledge graph of codebase patterns, conventions, and learned workarounds.
  • Sync memory across multiple agents working on the same project for consistent understanding.
  • Query past decisions to answer "what did we learn about this" questions without re-explaining.

Setup pitfalls

  • Four secrets detected in the package—review credentials handling and configuration before deployment.
  • Requires filesystem write access to persist memory—ensure proper permissions and sandbox the MCP server appropriately.
  • Windows support limited to WSL2; native Windows setup requires manual steps and lacks full agent integration.
  • The server makes network calls; verify proxy settings and connectivity if behind a firewall.
4 credentials detected in repository history via Gitleaks
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
20
7.0
Freshness
25%
100
25.0
Adoption
20%
84
16.8
Quality
10%
80
8.0
Trust
10%
50
5.0
Total
61.8
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecsecrets
◆ Risk level: high
fs read + fs write + network + exec + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "agentmemorymcp": {
      "command": "npx",
      "args": [
        "-y",
        "@agentmemory/mcp"
      ]
    }
  }
}
📈 Score historylast 39 snapshots
5/20/20267/21/2026 · 39 snapshots
⚙ Maintenance health
50/ 100 · is this project alive?
contributors (1y)40
top contributor share84%
releases (1y)50
last release1d ago
median issue response19.8d
ci⚠ failing
⛁ Raw data
weekly downloads17k
github stars25k
forks2k
open issues405
license✓ present
readme length75786 chars
last publish0d ago
last commit1d ago
last updated5d ago
install verified✗ fail · 67d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points