lfrmonteiro99/memento-mcp
by Various
Persistent memory MCP server with typed memories, decay scoring, and token-aware context injection
MCP
lfrmonteiro99/memento-mcp
Added 1 June 2026
Overview
Memento-MCP is a persistent memory server built on the Model Context Protocol. It stores typed memories with decay scoring to manage relevance over time, and injects context in a token-aware manner to respect LLM token limits. Written in TypeScript, it provides a structured way to give AI agents long-term recall across sessions.
Best for
Best for
Developers needing persistent, token-aware memory for MCP-compatible AI agents
Use cases
- Give an AI assistant long-term memory of user preferences across conversations
- Manage context injection for multi-turn agent workflows within token constraints
- Store and retrieve structured memories with decay-based relevance scoring
Notes
Memento-MCP is a persistent memory server built on the Model Context Protocol. It stores typed memories with decay scoring to manage relevance over time, and injects context in a token-aware manner to respect LLM token limits. Written in TypeScript, it provides a structured way to give AI agents long-term recall across sessions.
1 stars on GitHub. Last updated 2026-06-01. Licensed MIT.
Use cases
- Give an AI assistant long-term memory of user preferences across conversations
- Manage context injection for multi-turn agent workflows within token constraints
- Store and retrieve structured memories with decay-based relevance scoring
Pros
- Typed memories enable structured, machine-parseable storage
- Decay scoring automatically deprioritizes stale information
- Token-aware injection helps avoid exceeding context limits
Cons
- Very low GitHub stars (1) indicate early-stage or unproven adoption
- May lack thorough documentation or community support
- Unclear long-term maintenance given single-digit star count
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Typed memories enable structured, machine-parseable storage
- Decay scoring automatically deprioritizes stale information
- Token-aware injection helps avoid exceeding context limits
Cons
- Very low GitHub stars (1) indicate early-stage or unproven adoption
- May lack thorough documentation or community support
- Unclear long-term maintenance given single-digit star count
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Cursor
Anysphere
The AI-first code editor. Tab to autocomplete, Composer to multi-file refactor, Agents for the long-running stuff.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
upstash/context7
Various
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
vectorize-io/hindsight
Various
Hindsight: Agent Memory That Learns
topoteretes/cognee
Various
Memory platform for AI Agents in 6 lines of code