CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Memento

scrypster/memento
917 toolsSTDIOregistry active
Summary

Adds 20 MCP tools that give Claude persistent memory across sessions using a local knowledge graph. Store decisions, preferences, and context with `store_memory`, then retrieve them later with `recall_memory` or `find_related` (hybrid full-text and semantic search). Includes graph traversal for entity relationships, contradiction detection, memory versioning with `evolve_memory`, and project management primitives. Runs locally with PostgreSQL and Ollama for embeddings and entity extraction. Connect it to Claude Desktop, Cursor, Windsurf, or any MCP client. Point multiple team members at the same database for shared architectural memory. Good for long-running projects where you're tired of re-explaining decisions every session.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

17 tools
create_entitiesCreate multiple new entities in your Memento MCP knowledge graph memory system1 params

Create multiple new entities in your Memento MCP knowledge graph memory system

Parameters* required
entitiesarray
create_relationsCreate multiple new relations between entities in your Memento MCP knowledge graph memory. Relations should be in active voice1 params

Create multiple new relations between entities in your Memento MCP knowledge graph memory. Relations should be in active voice

Parameters* required
relationsarray
add_observationsAdd new observations to existing entities in your Memento MCP knowledge graph memory4 params

Add new observations to existing entities in your Memento MCP knowledge graph memory

Parameters* required
metadataobject
Default metadata for all observations
strengthnumber
Default strength value (0.0 to 1.0) for all observations
confidencenumber
Default confidence level (0.0 to 1.0) for all observations
observationsarray
delete_entitiesDelete multiple entities and their associated relations from your Memento MCP knowledge graph memory1 params

Delete multiple entities and their associated relations from your Memento MCP knowledge graph memory

Parameters* required
entityNamesarray
An array of entity names to delete
delete_observationsDelete specific observations from entities in your Memento MCP knowledge graph memory1 params

Delete specific observations from entities in your Memento MCP knowledge graph memory

Parameters* required
deletionsarray
delete_relationsDelete multiple relations from your Memento MCP knowledge graph memory1 params

Delete multiple relations from your Memento MCP knowledge graph memory

Parameters* required
relationsarray
An array of relations to delete
get_relationGet a specific relation with its enhanced properties from your Memento MCP knowledge graph memory3 params

Get a specific relation with its enhanced properties from your Memento MCP knowledge graph memory

Parameters* required
tostring
The name of the entity where the relation ends
fromstring
The name of the entity where the relation starts
relationTypestring
The type of the relation
update_relationUpdate an existing relation with enhanced properties in your Memento MCP knowledge graph memory1 params

Update an existing relation with enhanced properties in your Memento MCP knowledge graph memory

Parameters* required
relationobject
read_graphRead the entire Memento MCP knowledge graph memory system1 params

Read the entire Memento MCP knowledge graph memory system

Parameters* required
random_stringstring
Dummy parameter for no-parameter tools
search_nodesSearch for nodes in your Memento MCP knowledge graph memory based on a query1 params

Search for nodes in your Memento MCP knowledge graph memory based on a query

Parameters* required
querystring
The search query to match against entity names, types, and observation content
open_nodesOpen specific nodes in your Memento MCP knowledge graph memory by their names1 params

Open specific nodes in your Memento MCP knowledge graph memory by their names

Parameters* required
namesarray
An array of entity names to retrieve
semantic_searchSearch for entities semantically using vector embeddings and similarity in your Memento MCP knowledge graph memory6 params

Search for entities semantically using vector embeddings and similarity in your Memento MCP knowledge graph memory

Parameters* required
limitnumber
Maximum number of results to return (default: 10)
querystring
The text query to search for semantically
entity_typesarray
Filter results by entity types
hybrid_searchboolean
Whether to combine keyword and semantic search (default: true)
min_similaritynumber
Minimum similarity threshold from 0.0 to 1.0 (default: 0.6)
semantic_weightnumber
Weight of semantic results in hybrid search from 0.0 to 1.0 (default: 0.6)
get_entity_embeddingGet the vector embedding for a specific entity from your Memento MCP knowledge graph memory1 params

Get the vector embedding for a specific entity from your Memento MCP knowledge graph memory

Parameters* required
entity_namestring
The name of the entity to get the embedding for
get_entity_historyGet the version history of an entity from your Memento MCP knowledge graph memory1 params

Get the version history of an entity from your Memento MCP knowledge graph memory

Parameters* required
entityNamestring
The name of the entity to retrieve history for
get_relation_historyGet the version history of a relation from your Memento MCP knowledge graph memory3 params

Get the version history of a relation from your Memento MCP knowledge graph memory

Parameters* required
tostring
The name of the entity where the relation ends
fromstring
The name of the entity where the relation starts
relationTypestring
The type of the relation
get_graph_at_timeGet your Memento MCP knowledge graph memory as it existed at a specific point in time1 params

Get your Memento MCP knowledge graph memory as it existed at a specific point in time

Parameters* required
timestampnumber
The timestamp (in milliseconds since epoch) to query the graph at
get_decayed_graphGet your Memento MCP knowledge graph memory with confidence values decayed based on time2 params

Get your Memento MCP knowledge graph memory with confidence values decayed based on time

Parameters* required
decay_factornumber
Optional decay factor override (normally calculated from half-life)
reference_timenumber
Optional reference timestamp (in milliseconds since epoch) for decay calculation

Memento — Remember Everything, Forget Nothing

Memento

Give your AI tools a persistent memory — so every session starts where the last one left off.

Version Go Version License Docker MCP

Your AI starts fresh every session. Memento fixes that.

It runs on your machine, connects to any MCP-compatible AI tool, and builds a persistent knowledge graph from your conversations — entities, relationships, decisions, and context that survive every session restart.

No cloud. No API keys required. No subscriptions. Your data stays on your machine.


Quick Start

Prerequisites: Docker — or — Go 1.23+ + Node.js 18+ + Ollama

git clone https://github.com/scrypster/memento.git
cd memento
./launch.sh

The script detects your environment, runs preflight checks, builds everything, and prints the exact command to connect your AI tool at the end. First run downloads Ollama models (~5 GB). After that, starts in seconds.

Your first memory

Once connected, try this in Claude:

"We're using PostgreSQL — chose it for pgvector support."

Close the tab. Open a new session. Ask:

"What database are we using?"

Your AI already knows. No re-explaining. No context window tricks.

Close the tab. Open a new session.

You: "What database are we using?"

→ Your AI already knows: "PostgreSQL — you chose it for pgvector support."
  No re-explaining. No context window tricks. It just remembers.

Behind the scenes, Memento built this automatically:

Graph Explorer

Every entity gets wired into a knowledge graph — people, tools, projects, decisions — with confidence scores and timestamps.


Connect Your Tools

Open http://localhost:6363/integrations — the web UI generates configs, download buttons, and connection testing for every client:

Integrations

ClientSetup
Claude CodeRun ./launch.sh — it prints the exact copy-paste command at the end. Example form: claude mcp add memento -- `pwd`/memento-mcp
Claude DesktopDownload config → drop in ~/Library/Application Support/Claude/
CursorDownload config → drop in .cursor/mcp.json + optional Cursor Rules file
WindsurfDownload config → drop in .codeium/windsurf/mcp_config.json
OpenClawAdd to ~/.openclaw/mcp.json under mcpServers — same pattern as Claude Desktop
Generic MCPAny MCP client — same pattern: command path + MEMENTO_DATA_PATH env var

The integrations page generates ready-to-paste configs with your actual binary paths and data directories. It also has connection testing, troubleshooting, and per-project workspace scoping.

Make Claude Code proactive (recommended)

The MCP connection makes tools available, but Claude won't use them automatically. Add this to ~/.claude/CLAUDE.md to make Claude store decisions and recall context without being asked:

## Memento MCP — Persistent Memory

The `memento` MCP server provides persistent cross-session memory. Use these tools proactively — don't wait to be asked.

**Store** (`store_memory`) when the user:
- States a preference or working style ("I prefer X", "always use Y format")
- Makes an architectural or technical decision
- Establishes project context that should survive session restarts
- Explicitly says "remember this" or similar

**Recall** (`recall_memory` or `find_related`) when:
- Starting a session for a known project — query for relevant context before diving in
- About to make a recommendation — check for existing preferences first
- The user asks about past decisions, choices, or "what did we decide about X"
- Something seems like it may have been discussed in a prior session

**Don't store:** transient debug output, in-progress exploration, or anything session-specific that won't matter next time.

Memories are searchable immediately after storing. Enrichment (entity/relationship extraction) runs asynchronously via local Ollama.

The web UI at Integrations → Claude Code → Make it proactive generates a version with your specific paths and connection settings, plus a download button.

See the full integration guides: Claude Code | Claude Desktop | Cursor & Windsurf | OpenClaw

Team memory — shared knowledge across your whole engineering team

Point everyone's AI tools at the same Memento instance and your team's decisions, conventions, and context become shared knowledge — queryable by anyone, attributable to anyone.

Every memory is tagged with who stored it. Memento auto-detects this from your git config, or you can set it explicitly:

export MEMENTO_USER=alice   # or set in your shell profile

Or in your MCP config:

"env": { "MEMENTO_USER": "alice" }

Once set, you can ask:

What did Bob decide about the auth service this week?
recall_memory(created_by="bob", created_after="2024-01-14T00:00:00Z")

Setup: Each teammate runs Memento pointing at the same PostgreSQL database. Personal context stays personal (use a separate personal connection). Shared architectural decisions, conventions, and project context go into the shared connection.

See the team setup guide for full PostgreSQL configuration.


What Your AI Gets

Once connected, your AI has 20 tools it can call — no prompting required:

Core memory operations

ToolWhat it does
store_memoryPersist a decision or piece of context — enrichment happens async, returns in <10ms
recall_memoryRetrieve memories by ID, natural-language query, or paginated list with filters
find_relatedHybrid search: full-text + semantic vector + RRF ranking
update_memoryEdit content, tags, or metadata of an existing memory
forget_memorySoft-delete a memory (with grace period) or hard-delete permanently

Search and intelligence

ToolWhat it does
traverse_memory_graphFollow entity relationships to discover contextually connected memories (multi-hop BFS)
detect_contradictionsFind conflicting relationships, superseded-but-active memories, temporal impossibilities
explain_reasoningSurface why specific memories were retrieved for a query
get_session_context"Where did I leave off?" — recent memories grouped by topic

Memory lifecycle

ToolWhat it does
update_memory_stateMove through lifecycle: planning → active → paused / blocked / completed → archived
evolve_memoryCreate a new version that supersedes the old one — preserves full history
consolidate_memoriesLLM-assisted merge of multiple related memories into one coherent record
get_evolution_chainView the full version history of a memory from original to latest

Soft delete and recovery

ToolWhat it does
restore_memoryRecover a soft-deleted memory
list_deleted_memoriesBrowse soft-deleted memories that can still be restored
retry_enrichmentRe-run entity extraction on a memory that previously failed

Project management

ToolWhat it does
create_projectCreate a project memory with optional pre-created phases
add_project_itemAdd epics, phases, tasks, steps, or milestones under a project
get_project_treeRetrieve the full nested hierarchy of a project
list_projectsList all projects, optionally filtered by lifecycle state

Store returns in <10ms. Enrichment — entity extraction, relationship mapping, embedding generation — runs asynchronously. Your AI is never blocked.


What It Looks Like

Auto-extracted entities — zero manual input

Entities

People, projects, tools, organizations, languages, APIs — extracted automatically from your AI conversations. No tagging required.

Relationship intelligence

Relationships

Your AI knows who works_on what, which tools depend_on which services, and what the current state of each decision is — with confidence scores and timestamps.

The dashboard

Dashboard

Live enrichment queue, entity browser, relationship explorer, and graph visualizer — all in the web UI.


Why Memento

vs. Mem0

Mem0 requires cloud API keys and a paid plan for production use. Memento runs entirely on your machine with Ollama — no API keys, no cloud, no per-memory pricing. Memento also ships a full web UI with graph visualization, entity browser, and one-click integration setup. Mem0 has no web interface.

vs. Zep / Graphiti

Zep requires Neo4j or FalkorDB for its knowledge graph. Memento uses SQLite (zero deps) or PostgreSQL — no graph database to manage. Zep's open-source version is limited; the full feature set requires Zep Cloud.

vs. Built-in AI memory (ChatGPT, Claude)

Built-in memory is a flat list of facts with no relationships, no search, no graph, and no way to export or control your data. Memento gives you a structured knowledge graph you own, with hybrid search and full lifecycle management.

vs. Writing docs or wikis

Memento captures context automatically as you work — no manual effort. It builds relationships between concepts instead of isolated pages, and it's designed to be queried by LLMs, not just humans.


How It Works

┌─────────────────────────────────────────────────────┐
│  Your AI tool (Cursor / Claude Code / Windsurf / …) │
└─────────────────────────┬───────────────────────────┘
                          │  MCP (JSON-RPC 2.0 over stdio)
┌─────────────────────────▼───────────────────────────┐
│                   MCP Server                        │
│   store · recall · find_related · contradictions…   │
└─────────────────────────┬───────────────────────────┘
                          │
┌─────────────────────────▼───────────────────────────┐
│                Memory Engine                        │
│  ┌──────────────────────────────────────────────┐  │
│  │           Enrichment Pipeline                │  │
│  │  entity extraction → relationship mapping    │  │
│  │  → semantic embeddings → contradiction check │  │
│  └──────────────────────────────────────────────┘  │
└──────────────────┬──────────────────────────────────┘
                   │
       ┌───────────┴───────────┐
       │                       │
┌──────▼──────┐       ┌────────▼────────┐
│   SQLite    │       │  PostgreSQL     │
│  FTS5 index │       │  + pgvector     │
│  (default)  │       │  (scale-out)    │
└─────────────┘       └─────────────────┘

Features

Runs entirely offline

  • Ollama runs locally — default setup never makes an external network call
  • SQLite database is a single file you own: ~/.memento/memento.db
  • Swap to OpenAI or Anthropic when you want stronger extraction — opt-in only

Hybrid search

  • FTS5 full-text + semantic vector search fused with Reciprocal Rank Fusion (RRF)
  • Finds what you mean, not just what you typed

Knowledge graph

  • Extracts 22 entity types: people, projects, tools, languages, APIs, databases, concepts, and more
  • Maps 44 relationship types with confidence scores
  • Interactive graph explorer in the web UI

Memory lifecycle

  • Lifecycle states: planning → active → paused | blocked | completed | cancelled → archived
  • Decay scoring — stale context loses ranking weight naturally
  • Access-frequency boosting — memories you recall often stay prominent

Production-ready backends

  • SQLite (zero deps, CGo-free) for personal/local use
  • PostgreSQL + pgvector + ivfflat index for team or production deployments

Multi-connection isolation

  • Separate memory namespaces per project, client, or workspace
  • Route MCP calls to different connections with a single env var

Web UI

  • Dashboard with live enrichment queue, entity browser, relationship explorer, graph visualizer
  • One-click integration setup for every supported client
  • Connection testing, CLAUDE.md generation, Cursor Rules download
  • Tracks unrecognized LLM entity types so you can expand your taxonomy over time

LLM Providers

ProviderSetupUse when
Ollama (default)docker compose up — automaticPrivacy first, no API costs, fully offline
OpenAISet MEMENTO_LLM_PROVIDER=openai + API keyStronger extraction quality, cloud OK
AnthropicSet MEMENTO_LLM_PROVIDER=anthropic + API keyStrongest reasoning, cloud OK

Switch providers per connection — different projects can use different LLMs.


Configuration

VariableDefaultDescription
MEMENTO_PORT6363Web UI and REST API port
MEMENTO_STORAGE_ENGINEsqlitesqlite or postgres
MEMENTO_DATA_PATH./dataSQLite database directory
MEMENTO_LLM_PROVIDERollamaollama, openai, or anthropic
MEMENTO_OLLAMA_URLhttp://localhost:11434Ollama API endpoint
MEMENTO_OLLAMA_MODELqwen2.5:7bExtraction model
MEMENTO_EMBEDDING_MODELnomic-embed-textEmbedding model
MEMENTO_OPENAI_API_KEY—OpenAI API key
MEMENTO_ANTHROPIC_API_KEY—Anthropic API key
MEMENTO_DEFAULT_CONNECTION—Default connection name for multi-workspace isolation
MEMENTO_CONNECTIONS_CONFIG—Path to connections.json for multi-workspace setup
MEMENTO_BACKUP_ENABLEDfalseAutomated backups
MEMENTO_BACKUP_INTERVAL24hBackup frequency

PostgreSQL

docker compose --profile postgres up -d
MEMENTO_STORAGE_ENGINE=postgres
MEMENTO_DATABASE_URL=postgres://memento:memento_dev_password@localhost:5433/memento

Project Structure

memento/
├── cmd/
│   ├── memento-mcp/        # MCP server binary — connect this to your AI client
│   ├── memento-web/        # Web dashboard — entity browser, graph explorer, settings
│   └── memento-setup/      # Interactive setup wizard
├── internal/
│   ├── api/mcp/            # MCP JSON-RPC server — 20 tool handlers
│   ├── engine/             # Memory engine, enrichment pipeline, async workers
│   ├── llm/                # Ollama, OpenAI, Anthropic + circuit breaker
│   └── storage/
│       ├── sqlite/         # SQLite with FTS5 and hybrid vector search
│       └── postgres/       # PostgreSQL with pgvector and ivfflat index
├── web/
│   ├── handlers/           # HTMX handlers
│   ├── templates/          # Dashboard, graph, entities, settings, integrations
│   └── static/templates/   # MCP config snippets generated per client
├── docs/
│   └── integrations/       # Per-client integration guides
├── migrations/             # SQL schema migrations
└── docker-compose.yml

Contributing

Issues and PRs welcome. Open an issue before starting significant work.

go test ./...

go build -o memento-mcp ./cmd/memento-mcp/
go build -o memento-web ./cmd/memento-web/
go build -o memento-setup ./cmd/memento-setup/

License

MIT — see LICENSE.


Built by

MJ Bonanno — software architect and founder of Scrypster.


Remember everything. Forget nothing. Unlike Leonard Shelby, your context is here to stay — searchable, versioned, and backed by a knowledge graph that never fades.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
AI & LLM ToolsDocuments & KnowledgeSearch & Web Crawling
Registryactive
Packageghcr.io/scrypster/memento:0.1.0
TransportSTDIO
UpdatedFeb 20, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
SkillFM LLM Cost Optimizer

io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage

LLM cost optimizer for OpenAI, Anthropic, token usage, BYOK, and SkillFM Beacon audits.
Llm Orchestration Agent

io.github.mikerawsonnz/llm-orchestration-agent

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
Authenticated Llm Agent

io.github.mikerawsonnz/authenticated-llm-agent

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
Copilot Memory MCP

labforgedev/copilot-memory-mcp

Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.
1
Agent Prompt Injection Firewall Mcp

csoai-org/agent-prompt-injection-firewall-mcp

The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume...
Authenticated Multi Llm Agent

io.github.mikerawsonnz/authenticated-multi-llm-agent

Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f