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
  • 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. Memento MCP
Memento MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 5:35:00 PM

Memento MCP

User RatingsBe the first to rate and review this MCP server!
View Repository2 GitHub StarsTotal stargazers on GitHub for the source repository (2 stars).Visit Website
memorysqlitecoding-agentsknowledge-management

Local-first MCP memory server that stores and retrieves project knowledge in SQLite across coding-agent sessions.

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.

One-click editor setup isn’t available for this listing yet β€” we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself β€” its README, its docs, or a verified owner. We haven’t found those for lfrmonteiro99/memento-mcp, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Overview

Memento MCP gives MCP-compatible coding agents durable memory for facts, decisions, patterns, pitfalls, architecture notes, and session summaries. It stores memories locally in SQLite and retrieves relevant context using token-aware progressive disclosure. Use it to preserve project knowledge across sessions, with optional embeddings, Obsidian integration, and git-based team synchronization.

Use cases

β€’Store architectural decisions and project conventions
β€’Retrieve debugging notes and known pitfalls
β€’Import memory from CLAUDE.md, AGENTS.md, Cursor rules, and related files
β€’Summarize coding sessions for later retrieval
β€’Sync selected team memories through git

Key features

β€’Local SQLite persistent memory
β€’Token-aware progressive-disclosure search
β€’Import from common AI instruction files
β€’Optional OpenAI semantic embeddings
β€’Git synchronization for team-scoped memories
β€’Optional Obsidian vault integration

Capabilities & Tool Schemas

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

Extracted Tool Capabilities
Local SQLite persistent memory
Token-aware progressive-disclosure search
Import from common AI instruction files
Optional OpenAI semantic embeddings
Git synchronization for team-scoped memories
Optional Obsidian vault integration

Documentation Overview

Memento Memory MCP

memento-mcp

Persistent memory for AI coding agents.

A local-first MCP server that gives Claude Code, Codex, Cursor, and any stdio-MCP client durable project memory: facts, decisions, patterns, architecture notes, pitfalls, session summaries, and team-shared knowledge β€” while cutting thousands of tokens of repeated context out of every single session.


npm version Tests Coverage Node.js License: MIT MCP Local-first


[!NOTE] AI coding agents are powerful, but they forget. They forget why a decision was made, which migration broke production, which convention your project follows, and which workaround saved you three hours last week.

memento-mcp fixes that β€” and stops your agent burning thousands of tokens re-reading the same context every session.

It stores structured memories locally in SQLite, retrieves the right context when your agent needs it, and can sync selected team memories through git. No hosted vector database. No mandatory cloud account. No mystery SaaS quietly eating your project history.


Quick start

Terminal
npm install -g @luispmonteiro/memento-memory-mcp
memento-mcp install
memento-mcp import auto       # detects CLAUDE.md, AGENTS.md, .cursor/rules, .github/copilot-instructions, …
memento-mcp ui

Table of contents

  • Documentation
  • Requirements
  • Package
  • What it does
  • Why use it
  • Installation
  • 60-second tour
  • Core features
  • Knowledge model
  • Example use cases
  • Testing
  • License

Documentation

Getting started

  • Installation & client setup
  • Importing existing project memory β€” CLAUDE.md, AGENTS.md, Cursor, Copilot, Gemini, Windsurf, Cline, Roo

Features

  • Team-scoped memories with git sync
  • Per-project policy
  • Optional embeddings
  • End-of-session summaries
  • Privacy
  • Token-aware search
  • Mode profiles
  • Vault integration
  • Web inspector

Reference

  • Configuration
  • MCP tools reference
  • Development & troubleshooting

Requirements

  • Node.js 20 or newer (20.x, 22.x, 24.x β€” Node 18 is EOL and no longer supported)
  • npm
  • An MCP-compatible client, such as Claude Code, Codex, Cursor, or another stdio-MCP client
Optional dependencies
  • Obsidian vault for curated Markdown knowledge
  • OpenAI key for semantic embeddings
  • Anthropic or OpenAI key for LLM-assisted session summaries
  • git repo for team memory sync

Package

Published on npm as:

text
@luispmonteiro/memento-memory-mcp

Install globally:

Terminal
npm install -g @luispmonteiro/memento-memory-mcp

What it does

memento-mcp gives your AI coding tools a memory layer that survives across sessions, machines, and teammates.

It can remember:

Architectural decisionsProject conventions
Known pitfallsImplementation patterns
Debugging notesUser/team preferences
Session summariesReusable context from CLAUDE.md, AGENTS.md, Cursor rules, Copilot instructions, …
Curated notes from an Obsidian vault

Then it injects the relevant context back into your agent at the right time, without forcing you to paste the same project explanation into every new chat like a medieval scribe with npm installed.


Why use it

Save tokens. A lot of them.

Without persistent memory, every new session starts blind:

  • CLAUDE.md / AGENTS.md / .cursor/rules/ / Copilot instructions get re-pasted or stuffed into the system prompt
  • Architectural decisions are re-explained mid-conversation
  • Last week's pitfall is re-discovered the hard way
  • "What were we doing yesterday?" eats hundreds of tokens before any actual work happens

memento-mcp imports that context once β€” from any of the major LLM instruction files β€” and serves back only the slice the current prompt needs, using progressive disclosure that prefers cheap index/summary layers over full bodies.

server.ts
memento-mcp import auto       # detects every known LLM memory file in the project

Conservative per-session savings

Where the tokens goWithout mementoWith mementoSaved
CLAUDE.md / AGENTS.md / .cursorrules re-injected~1,500 timported once β†’ 0 t~1,500 t
Architecture re-explained mid-chat~500 t1 retrieved decision (~80 t)~420 t
Pitfall re-discovered~300 t1 retrieved pitfall (~80 t)~220 t
"What were we doing?" recap~400 t1 session summary (~200 t)~200 t
Total prelude per session~2,700 t~360 t~2,340 t

[!NOTE] Numbers are deliberately conservative. Real-world CLAUDE.md / AGENTS.md / .cursor/rules/ trees routinely reach 3-5k tokens (often more once a team accumulates files across multiple tools), and longer-running projects accumulate dozens of decisions and pitfalls. Savings scale with project age.

Scaled out

CadenceSessions / monthTokens saved (conservative)
Solo dev, ~4 sessions/day~80~190,000
5-person team, same cadence~400~940,000

Three things you get back, for free:

  1. Latency β€” the agent stops chewing through thousands of prelude tokens before responding.
  2. Context budget β€” that ~2,300 tokens of saved prelude is ~2,300 tokens you can spend on actual code, longer files, or richer reasoning.
  3. Cost β€” every saved token is one you don't pay for, on every session, on every machine, on every teammate.

[!TIP] Compounding effect: when embeddings are enabled, write-time dedup keeps the memory store lean, and adaptive ranking surfaces only high-utility memories β€” so the retrieved tokens are higher-signal too.

Keep decisions close to the code

Log decisions, pitfalls, patterns, and architecture notes as structured memories instead of burying them in old chats, random Markdown files, or the cursed archaeology layer known as β€œSlack search”.

Share memory with your team

Team-scoped memories are serialized into your repo under:

text
.memento/memories/

Commit them, push them, and teammates can pull the same operational knowledge.

bash
memento-mcp sync init
memento-mcp sync pull

Stay local by default

The default setup uses:

  • local SQLite
  • SQLite FTS5 search
  • local config
  • local web inspector
  • no required cloud account
  • no hosted database

[!TIP] Optional embeddings are available, but they are opt-in.

Keep private text private

<private>...</private> regions are excluded from search indexes, injection, embeddings, LLM calls, and sync paths. Secret scrubbing is applied at write time for common credentials such as env-var values, JWTs, GitHub tokens, URL credentials, and authorization headers.

See and control what the agent knows

Run the local inspector:

bash
memento-mcp ui

Browse memories, sessions, projects, sync state, analytics, and drift without opening yet another SaaS dashboard pretending to be β€œsimple”.


Installation

1. Install from npm:

Terminal
npm install -g @luispmonteiro/memento-memory-mcp

2. Wire it into your MCP client:

bash
memento-mcp install

This configures supported local clients such as Claude Code, Codex, Cursor, or other stdio-MCP clients.

3. Verify the install:

bash
memento-mcp --help

4. Open the local web UI:

bash
memento-mcp ui

60-second tour

server.ts
# 1. Install from npm
npm install -g @luispmonteiro/memento-memory-mcp

# 2. Wire your MCP client
memento-mcp install

# 3. Import existing project memory (CLAUDE.md, AGENTS.md, .cursor/rules, copilot-instructions, …)
memento-mcp import auto --dry-run
memento-mcp import auto --no-confirm

# 4. Open the local inspector
memento-mcp ui

# 5. Share team memory through git
memento-mcp sync init
memento-mcp sync pull

Core features

Typed memories

Store different kinds of project knowledge with different ranking weights and retrieval behavior:

fact Β Β·Β  decision Β Β·Β  preference Β Β·Β  pattern Β Β·Β  architecture Β Β·Β  pitfall

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    β˜… Featured

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

    🧠 Knowledge & Memory21 views
    Compare vs Moxie Docs MCP β†’
  • Memora logoMemora

    Persistent memory with knowledge graph visualization, semantic/hybrid search, cloud sync (S3/R2), and cross-session context management.

    🧠 Knowledge & Memory2 views
    Compare vs Memora β†’
  • 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 β†’
  • Agentkits Memory logoAgentkits Memory

    Persistent memory for AI coding assistants with hybrid search (FTS5 + vector embeddings), session tracking, automatic context hooks, and web viewer. SQLite-based with no daemon process β€” works with Claude Code, Cursor, Windsurf, and any MCP client.

    🧠 Knowledge & Memory4 views
    Compare vs Agentkits Memory β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
2
Stargazers on the source repository.
Directory activity
2 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 Memento MCP

It stores structured memories locally in SQLite by default.

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 PreviewMemento MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/lfrmonteiro99-memento-mcp?style=directory)](https://allmcps.com/mcp/lfrmonteiro99-memento-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/lfrmonteiro99-memento-mcp"><img src="https://allmcps.com/api/badge/lfrmonteiro99-memento-mcp?style=directory" alt="Memento MCP on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
PricingFree
More technical detailsExpand β–Ύ
AuthNo auth required
LicenseMIT
ClientsCursor
Last updatedAug 9, 2026
Views2
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 stars2
GitHub Star CountTotal stargazers on GitHub representing community popularity (2 stars).
41Quality signal: Fair Β· 41/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 & tools19/30
Adoption & activity2/15
Community engagement0/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.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore 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 Memento MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code