Skip to main content
Glama

AutoMem MCP: Give Your AI Perfect Memory

One command. Infinite memory. Perfect recall across all your AI tools.

npx @verygoodplugins/mcp-automem setup

Your AI assistant now remembers everything. Forever. Across every conversation.

https://github.com/user-attachments/assets/fd79112b-5158-4320-a054-8c18ab1ea314

Works with Claude Desktop, Cursor IDE, Claude Code, GitHub Copilot (coding agent), ChatGPT, ElevenLabs, OpenAI Codex, OpenClaw, Hermes, Grok Build, Google Antigravity - any MCP-compatible AI platform.

The Problem We Solve

Every AI conversation starts from zero. Claude forgets your coding style. Cursor can't learn your patterns. Your assistant doesn't remember yesterday's decisions.

Until now.

AutoMem MCP connects your AI to persistent memory powered by AutoMem - a graph-vector memory service.

Related MCP server: my-memory-mcp

What You Get

🧠 Persistent Memory Across Sessions

  • AI remembers decisions, patterns, and context forever

  • Works across all MCP platforms - Claude Desktop, Cursor, Claude Code, OpenAI Codex, OpenClaw, Hermes, Grok Build, Google Antigravity

  • Cross-device sync - same memory on Mac, Windows, Linux

šŸ† Graph-Vector Architecture

  • 11 public authorable relationship types between memories (recall results may also include read-only system/internal relations that are not valid associate_memories inputs)

  • Research-validated approach (HippoRAG 2: 7% better associative memory)

  • Sub-second retrieval even with millions of memories

šŸš€ Works Everywhere You Code

Platform

Support

Setup Time

Claude Desktop

āœ… Full

30 seconds

Cursor IDE

āœ… Full

30 seconds

Claude Code

āœ… Full

30 seconds

GitHub Copilot

āœ… Full

2 minutes

OpenAI Codex

āœ… Full

30 seconds

OpenClaw

āœ… Full

30 seconds

Hermes Agent

āœ… Full

30 seconds

Grok Build

āœ… Full

30 seconds

Google Antigravity

āœ… Full

30 seconds

Any MCP client

āœ… Full

30 seconds

See It In Action

Claude Desktop with Personal Preferences

Claude Desktop Using Memory Claude automatically recalls memories using the Personal Preferences template

Cursor IDE with Memory Rules

Cursor with Memory Cursor uses automem.mdc rule to automatically recall and store memories

Claude Code with Session Memory

Claude Code Memory Capture Session-start recall plus LLM-judged storage: Claude decides what's durable and stores it via the memory tools

More platform walkthroughs (Codex, Hermes, Antigravity, remote MCP) live in the Installation Guide.

Quick Start

1. Set Up AutoMem Service

You need a running AutoMem service (the memory backend). Choose one:

Option A: Local Development (fastest, free)

git clone https://github.com/verygoodplugins/automem.git
cd automem
make dev

Service runs at http://localhost:8001 - perfect for single-machine use.

Option B: Railway Cloud (recommended for production)

Deploy on Railway

One-click deploy with $5 free credits. Typical cost: ~$0.50-1/month after trial.

šŸ‘‰ AutoMem Service Installation Guide - Complete setup instructions for local, Railway, Docker, and production deployments.


2. Install MCP Client

Claude Desktop - One-Click Install

Download and double-click to install AutoMem in Claude Desktop:

ā¬‡ļø Download AutoMem for Claude Desktop (.mcpb)

After installing:

  1. Claude Desktop will prompt you for your AutoMem Endpoint (http://127.0.0.1:8001 for local)

  2. Optionally enter your API Key (required for Railway, skip for local)

  3. Click Enable

Then add the paste-ready Personal Preferences starter from templates/CLAUDE_DESKTOP_INSTRUCTIONS.md. That's it: Claude now has persistent memory and knows when to use it.

Other Platforms

Connect your AI tools to the AutoMem service you just started.

# Guided install - pick where AutoMem runs, verify it, write .env, and
# configure your agents (Codex, Claude Code, Cursor, OpenClaw, Hermes)
npx @verygoodplugins/mcp-automem install

Every change is shown in a review plan before anything is written, and each modified file keeps a .bak backup. Add --dry-run to preview, --yes to apply non-interactively. See the Installation Guide for all flags.

Just need the .env + config snippets without the agent setup? Use the lighter wizard:

# Creates .env and prints config for your AI platform
npx @verygoodplugins/mcp-automem setup

When prompted:

  • AutoMem Endpoint: http://localhost:8001 (or your Railway URL if deployed)

  • API Key: Leave blank for local development (or paste your token for Railway)

The wizard will:

  • āœ… Save your endpoint and API key to .env

  • āœ… Generate config snippets for Claude Desktop/Cursor/Code

  • āœ… Validate connection to your AutoMem service

3. Platform-Specific Setup

For Claude Code (plugin — recommended):

# In Claude Code:
/plugin marketplace add verygoodplugins/mcp-automem
/plugin install automem@verygoodplugins-mcp-automem

Claude Code prompts for your AutoMem URL and API key at enable time, bundles the MCP server and silent recall/store-tracking hooks, and auto-updates. Prefer hooks and permissions written directly into ~/.claude/ instead? Run npx @verygoodplugins/mcp-automem claude-code.

On Windows, the hook payload assumes a POSIX shell environment such as Git Bash, MSYS2, or WSL — only bash is required (the hooks are pure bash+sed).

For Cursor IDE:

Install MCP Server

# Or use CLI to install automem.mdc rule file
npx @verygoodplugins/mcp-automem cursor

Other platforms — Claude Desktop (one-click .mcpb above, plus the Personal Preferences template), OpenAI Codex, Hermes Agent, Grok Build, OpenClaw, Google Antigravity, and GitHub Copilot:

šŸ‘‰ Full Installation Guide for every platform's setup and verification steps


Remote MCP via HTTP

An optional sidecar service (deployable to Railway or any Docker host) connects AutoMem to platforms that support remote MCP over Streamable HTTP or SSE — ChatGPT (Developer Mode connectors), Claude.ai web and Claude Mobile, and ElevenLabs Agents.

šŸ‘‰ Remote MCP setup for deployment, connect URLs, and per-platform screenshots.

Architecture

ā”Œā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”
│         Your AI Platforms                   │
│  Claude Desktop │ Cursor │ Claude Code      │
ā””ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”¬ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”˜
               │ MCP Protocol
               ā–¼
ā”Œā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”
│   @verygoodplugins/mcp-automem (this repo)  │
│   • Translates MCP calls → AutoMem API      │
│   • Platform integrations & rules           │
│   • Handles authentication                   │
ā””ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”¬ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”˜
               │ HTTP API
               ā–¼
ā”Œā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”
│        AutoMem Service (separate repo)       │
│        github.com/verygoodplugins/automem    │
│   ā”Œā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”      ā”Œā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”        │
│   │  FalkorDB  │      │   Qdrant   │        │
│   │  (Graph)   │      │ (Vectors)  │        │
│   ā””ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”˜      ā””ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”˜        │
ā””ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”˜

This repo (mcp-automem):

  • MCP client that connects AI platforms to AutoMem

  • Platform-specific integrations (Cursor rules, Claude Code hooks, etc.)

  • Setup wizards and configuration tools

AutoMem service:

  • Backend memory service with graph + vector storage

  • Deployment guides (local, Railway, Docker, production)

  • API server with FalkorDB + Qdrant

Features

Core Memory Operations

  • store_memory — Save memories with content, tags, importance, metadata. Two modes:

    • Single (default): top-level content plus optional fields, including embedding, t_valid, t_invalid, custom id.

    • Batch: memories: [...] (≤500 items) for bulk ingestion. Per-item id/embedding/t_valid/t_invalid are not supported in batch mode.

  • recall_memory — Three modes selected by which params you pass:

    • ID fetch: memory_id → fetches one memory by ID; updates last_accessed.

    • Tag enumeration: tags + exhaustive: true → paginated exact-match listing for cleanup/audit workflows where ranked recall undercounts. Pair with limit (≤200) and offset; returns has_more.

    • Ranked retrieval (default): hybrid search across vector, keyword, tags, recency/state controls, score filters, and graph expansion. Supports state_mode, recency_bias, scope_fallback, expand_respect_tags, min_score, adaptive_floor, and diagnostics such as tag_scope, score_filter, query_time_ms, vector_search, and per-result outside_tag_scope/state_replaces.

  • associate_memories — Create relationships (11 public authorable types; recall results may also include read-only system relations). Supports single-pair mode and batch mode via associations: [...] (≤500) with relation-specific props like reason, context, resolution, observations, transformation, and role.

  • update_memory — Modify existing memories

  • delete_memory — Two modes:

    • Single (default): memory_id → removes one memory and its embedding.

    • Bulk-by-tag: tags: [...] → bulk-delete all memories matching ANY tag (exact, case-insensitive). No dry-run; verify with recall_memory({ tags, exhaustive: true }) first.

  • check_database_health — Monitor service health, degraded state, sync counts, vector dimensions, and enrichment diagnostics when the service provides them

Advanced Recall (v0.8.0+)

Multi-hop Reasoning - Answer complex questions like "What is Amanda's sister's career?"

mcp__memory__recall_memory({
  query: "What is Amanda's sister's career?",
  expand_entities: true, // Finds "Amanda's sister is Rachel" → memories about Rachel
});

Context-Aware Coding - Recall prioritizes language and style preferences

mcp__memory__recall_memory({
  query: "error handling patterns",
  language: "typescript",
  context_types: ["Style", "Pattern"],
});

Platform Integrations

Cursor IDE

  • āœ… Memory-first rule file (automem.mdc in .cursor/rules/)

  • āœ… Automatic memory recall at conversation start

  • āœ… Auto-detects project context (package.json, git remote)

  • āœ… Global user rules option for all projects

  • āœ… Simple setup via CLI or one-click install

Claude Code

  • āœ… Native plugin - MCP server, silent hooks, and skill in one /plugin install, with enable-time config prompts and auto-updates

  • āœ… LLM-judged storage - session-start guidance nudges Claude to store, verify, and associate durable memories during normal work

  • āœ… Memory rules in CLAUDE.md guide Claude's memory usage

GitHub Copilot

  • āœ… Standalone hook JSON files installed into $COPILOT_HOME/hooks/ or ~/.copilot/hooks/

  • āœ… Memory rules template for copilot-instructions.md

  • āœ… Format flag - --format cli (camelCase) or --format vscode (PascalCase)

  • āœ… Setup: npx @verygoodplugins/mcp-automem copilot --yes

Claude Desktop

  • āœ… Direct MCP integration

  • āœ… Paste-ready Personal Preferences starter template

  • āœ… Full memory API access

Why AutoMem MCP?

vs. Building Your Own

  • āœ… 2 years of R&D already done

  • āœ… Research-validated architecture (HippoRAG 2, MELODI, A-MEM)

  • āœ… Working integrations across all MCP platforms

  • āœ… Active development and community

vs. Other Memory Solutions

  • āœ… True graph relationships (not just vector similarity)

  • āœ… Universal MCP compatibility (works with any MCP client)

  • āœ… 7 memory types (Decision/Pattern/Preference/Style/Habit/Insight/Context)

  • āœ… Self-hostable ($5/month vs $150+ for alternatives)

vs. Native AI Memory

  • āœ… Persistent across sessions (not just context window)

  • āœ… Cross-platform (same memory in Claude, Cursor, Code)

  • āœ… Structured relationships (not just RAG)

  • āœ… Infinite scale (no context window limits)

Documentation

MCP Client & Integrations (this repo)

AutoMem Service (separate repo)

The Science Behind AutoMem

The AutoMem service implements cutting-edge 2025 research:

  • HippoRAG 2 (OSU, June 2025): Graph-vector approach achieves 7% better associative memory

  • A-MEM (July 2025): Dynamic memory organization with Zettelkasten principles

  • MELODI (DeepMind, 2025): 8x memory compression without quality loss

  • ReadAgent (DeepMind, 2024): 20x context extension through gist memories

This MCP package provides the bridge between your AI and that research-validated memory system. The backend has also been benchmarked on the neutral Agent Memory Benchmark, including BEAM large-context scaling tiers — reproducible end to end, so you can run it yourself.

Community & Support

Contributing

We welcome contributions! Please:

  1. Fork the repository

  2. Create a feature branch

  3. Make your changes with tests

  4. Submit a pull request with a Conventional Commit title such as fix:, feat:, docs:, or chore:

  5. Do not prefix the PR title with labels like [codex] or [wip] because the squash-merge commit is taken from the PR title

License

MIT - Because great memory should be free.


Ready to give your AI perfect memory?

npx @verygoodplugins/mcp-automem setup

Built with obsession. Validated by neuroscience. Powered by graph theory. Works with every MCP-enabled AI.

Designed by Jack Arturo at Very Good Plugins 🧔

Transform your AI from a tool into a teammate. Start now.

Available Tools

6 tools
associate_memoriesAssociate MemoriesA
Idempotent

Create typed relationships between memories. This builds a knowledge graph that improves recall by surfacing related context. Supports single-pair mode or batch mode with associations[] (max 500).

When to use:

  • After storing a new memory: link it to related existing memories

  • When a bug fix relates to an original feature implementation

  • When a new decision updates or invalidates a previous one

  • To connect patterns with their concrete examples

Authorable relationship types:

  • RELATES_TO: General relationship (default)

  • LEADS_TO: Causal relationship (A caused B)

  • OCCURRED_BEFORE: Temporal ordering

  • PREFERS_OVER: Chosen alternative

  • EXEMPLIFIES: Concrete example of a pattern

  • CONTRADICTS: Conflicts with another memory

  • REINFORCES: Strengthens another memory's validity

  • INVALIDATED_BY: Superseded by another memory

  • EVOLVED_INTO: Updated version of a concept

  • DERIVED_FROM: Implementation of a decision/pattern

  • PART_OF: Component of a larger effort

Read-only/internal relations:

  • System/internal relations such as SIMILAR_TO, PRECEDED_BY, EXPLAINS, SHARES_THEME, PARALLEL_CONTEXT, and DISCOVERED may appear in recall results, but they are not valid inputs for associate_memories.

Examples:

  • associate_memories({ memory1_id: "bug-fix-123", memory2_id: "feature-456", type: "RELATES_TO", strength: 0.9 })

  • associate_memories({ memory1_id: "new-decision", memory2_id: "old-decision", type: "EVOLVED_INTO", strength: 0.8 })

  • associate_memories({ associations: [{ memory1_id: "a", memory2_id: "b", type: "RELATES_TO", strength: 0.8 }] })

ParametersJSON Schema
NameRequiredDescriptionDefault
roleNoRelation-specific role for PART_OF associations.
typeNoRelationship type between the two memories
reasonNoRelation-specific reason for PREFERS_OVER, CONTRADICTS, INVALIDATED_BY, or EVOLVED_INTO associations.
contextNoRelation-specific context for PREFERS_OVER or PART_OF associations.
strengthNoRelationship strength: 0.9+ direct causation, 0.7-0.9 strong relation, 0.5-0.7 moderate
timestampNoRelation-specific timestamp for INVALIDATED_BY associations.
confidenceNoRelation-specific confidence for EXEMPLIFIES, EVOLVED_INTO, or DERIVED_FROM.
memory1_idNoID of the source memory (from store_memory response or recall results)
memory2_idNoID of the target memory to link to
resolutionNoRelation-specific resolution for CONTRADICTS associations.
associationsNoBatch mode. Up to 500 associations. Do not combine with top-level memory1_id/memory2_id/type/strength.
observationsNoRelation-specific observations for REINFORCES associations.
pattern_typeNoRelation-specific pattern label for EXEMPLIFIES associations.
transformationNoRelation-specific transformation note for DERIVED_FROM associations.

Output Schema

ParametersJSON Schema
NameRequiredDescription
failedNoBatch mode: failed association records with errors.
messageYesConfirmation message
successYesWhether every requested association was created. False for partial batch responses.
summaryNoBatch mode: service summary.
succeededNoBatch mode: successful association records.
failed_countNoBatch mode: number of associations that failed.
created_countNoBatch mode: number of associations created.

TDQS

A4.7/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations indicate readOnlyHint=false, idempotentHint=true, destructiveHint=false, which describe the tool as non-destructive and idempotent. The description adds that batch mode supports up to 500 associations, lists valid authorable relationship types, and notes that internal relation types appear in recall but are not valid inputs. This provides rich behavioral context beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured: overview, when-to-use, relationship types list, examples. It uses bullet points for readability and avoids unnecessary repetition. Every sentence serves a purpose, and the length is appropriate for the tool's complexity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (14 parameters, batch mode, many relationship types), the description covers all key aspects: purpose, usage scenarios, relationship type explanations, batch mode limits, and examples. The presence of an output schema means return values don't need to be described. The description is fully adequate for an agent to select and invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% (all parameters have descriptions in the schema). The description adds value by explaining which parameters are relation-specific (e.g., reason for PREFERS_OVER, confidence for EXEMPLIFIES) and by listing relationship types with meanings. The examples also illustrate parameter usage. Overall, the description enhances understanding beyond the schema descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool 'creates typed relationships between memories' and explains it improves recall via a knowledge graph. This distinguishes it from sibling tools like store_memory (store a single memory) and recall_memory (retrieve memories).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description includes a 'When to use' section with specific scenarios (e.g., after storing a new memory, when a bug fix relates to a feature). It also distinguishes between single-pair and batch mode, and clarifies which relationship types are not valid inputs. However, it does not explicitly state when not to use the tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

check_database_healthCheck Database HealthA
Read-onlyIdempotent

Check the health status of the AutoMem service and its connected databases (FalkorDB graph + Qdrant vectors).

When to use:

  • Before a session to verify the memory service is available

  • When memory operations are failing unexpectedly

  • To check storage statistics

Example:

  • check_database_health({})

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
errorNoError message if status is error
statusYesOverall health status. degraded means the service is reachable but a backend or sync check needs attention.
backendYesBackend type (automem)
statisticsNoDatabase statistics and diagnostics, including memory/vector counts, sync_status, vector_dimensions, and enrichment state when provided.

TDQS

A4.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint, idempotentHint, destructiveHint false. Description adds value by specifying the components checked (FalkorDB graph + Qdrant vectors) and the service context (AutoMem). No contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Extremely concise: one-line purpose, bulleted use cases, and example. Every sentence adds value. Front-loaded with key information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given zero parameters and the presence of an output schema, the description is complete. It covers purpose, usage guidance, and provides an example. No gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

No parameters (0 params, baseline 4). Schema coverage is 100%, so description does not need to compensate. The description effectively explains the tool's purpose without needing parameter details.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states verb+resource: 'check the health status of the AutoMem service and its connected databases'. Differentiates from sibling tools like store_memory and recall_memory which are CRUD operations.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit when-to-use scenarios: before a session, when memory operations fail, and to check statistics. Does not mention when not to use or alternatives, but sibling differentiation makes it clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

delete_memoryDelete MemoryA
Destructive

Delete a memory by ID (memory_id) or bulk-delete by tag (tags). Use sparingly — consider update_memory instead.

Mode 1 — Single (default): pass memory_id to delete one memory and its embedding. Idempotent: re-running on the same ID is a no-op.

Mode 2 — Bulk-by-tag: pass tags: [...] to delete ALL memories tagged with ANY of these tags. Tag matching is exact (case-insensitive), any-of mode. There is NO dry-run. This can delete thousands of memories in one call. NOT idempotent in practice — re-running may catch new memories that were tagged the same way after the first call. Verify with recall_memory({ tags, exhaustive: true }) first if uncertain.

When to use:

  • Memory contains incorrect information that can't be corrected (Mode 1)

  • Memory is a duplicate (Mode 1)

  • Cleanup of benchmark/test data scoped by tag (Mode 2)

  • Removing all memories under a deprecated tag namespace (Mode 2)

Examples:

  • delete_memory({ memory_id: "abc123" }) // Mode 1

  • delete_memory({ tags: ["benchmark-test"] }) // Mode 2, bulk by tag

ParametersJSON Schema
NameRequiredDescriptionDefault
tagsNoBulk-delete mode (XOR with `memory_id`). Bulk-deletes ALL memories tagged with ANY of these tags. Exact match, case-insensitive. No dry-run.
memory_idNoSingle-delete mode (XOR with `tags`). ID of the memory to delete (from store_memory or recall results).

Output Schema

ParametersJSON Schema
NameRequiredDescription
tagsNoBulk-delete result: tags that were used for the bulk delete.
messageYesConfirmation message
memory_idNoSingle-delete result: ID of the deleted memory.
deleted_countNoBulk-delete result: number of memories deleted.

TDQS

A5/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Disclosures beyond annotations: idempotent for single mode, not idempotent for bulk, exact case-insensitive tag matching, no dry-run, potential for mass deletion. No contradiction with annotations indicating destructive and non-idempotent behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured with headings, bullet points, and examples. Information is presented efficiently and front-loaded with core action, making it easy to parse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With output schema present and parameters fully described, the description covers all essential aspects: modes, usage context, safety warnings, and verification steps. No important gaps remain.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, but description adds XOR relationship, mode differentiation, exact tag matching details, and no-dry-run warning. This significantly enhances understanding beyond schema descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool deletes memories by ID or bulk by tag, specifying two modes with distinct behaviors. It differentiates from sibling tools like update_memory, providing a precise action and resource.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly advises to use sparingly and consider update_memory instead, and provides specific scenarios for each mode, including verification steps for bulk deletion. This gives clear when-to-use and when-not-to-use guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

recall_memoryRecall MemoryA
Read-onlyIdempotent

Recall memories from AutoMem in one of three modes. The mode is selected by which params you pass.

Mode 1 — ID fetch: pass memory_id to retrieve a single memory by ID. All other params are ignored. Routes to GET /memory/{id} and updates last_accessed.

Mode 2 — Tag enumeration: pass tags + exhaustive: true for paginated exact-match listing (NOT ranked retrieval). Use this for cleanup/audit workflows where ranked retrieval silently undercounts large tag sets. Pair with limit (≤200) and offset. Returns has_more/limit/offset page metadata. Tag matching is exact, case-insensitive, any-of mode — tag_match: "prefix" and tag_mode: "all" are rejected in this mode.

Mode 3 — Ranked retrieval (default): hybrid search across vector, keyword, tags, recency, and optional graph expansion. The primary tool for finding relevant context. By default, ranked recall requests current active memories only; set current_only: false for audits.

When to use ranked (mode 3):

  • At conversation start: recall context about the current project/topic

  • Before making decisions: check for past decisions on similar topics

  • When debugging: search for similar past errors and their solutions

  • For complex questions: use expand_entities for multi-hop reasoning

When to use enumeration (mode 2): when you need to know how many memories carry a tag, or to walk all of them for cleanup/migration. Ranked recall ignores low-importance hits — enumeration does not.

Examples:

  • recall_memory({ query: "database architecture decisions", tags: ["my-project"], limit: 5 })

  • recall_memory({ memory_id: "abc123" }) // Mode 1

  • recall_memory({ tags: ["benchmark-test"], exhaustive: true, limit: 50 }) // Mode 2 (add offset for later pages)

  • recall_memory({ query: "auth", exclude_tags: ["deprecated"] }) // Mode 3 with exclusion

  • recall_memory({ query: "What is Sarah's sister's job?", expand_entities: true }) // Mode 3 multi-hop

ParametersJSON Schema
NameRequiredDescriptionDefault
endNoISO timestamp upper bound
sortNoResult ordering (use time_* for chronological recaps)
tagsNoFilter by tags. Use project name as first tag for scoping.
limitNoMax memories to return. Schema allows 1–200; in enumeration mode (`exhaustive: true`) the server honors up to 200, while ranked mode is typically clamped server-side to ~50. Default 5.
queryNoSemantic search query (natural language). Describe what you're looking for.
startNoISO timestamp lower bound (alternative to time_query)
formatNoOutput format: text (default), items (one block per memory), detailed (adds type/confidence/metadata keys/relation stubs), json (raw per-memory fields incl. full content/metadata/relations; whole-response token budget still applies). text/items/detailed show a content preview (default 400 chars) and keep any stored summary as an additive field — fetch a full record via memory_id.text
offsetNoResult offset for pagination
contextNoContext label (e.g., "coding-style", "architecture"). Boosts matching preferences.
queriesNoMultiple queries for broader recall. Results are deduplicated server-side.
languageNoProgramming language hint (e.g., "python", "typescript"). Prioritizes language-specific memories.
tag_modeNo"any" matches memories with any tag (default), "all" requires all tags
embeddingNoOptional embedding vector for direct similarity search
memory_idNoMODE: ID fetch. When set, fetches the single memory by ID and IGNORES all other params. Routes to GET /memory/{id}; updates last_accessed.
min_scoreNoRanked-mode only. Minimum final score threshold before results are returned.
tag_matchNo"exact" for exact tag match (default), "prefix" for starts-with matching
exhaustiveNoMODE: tag enumeration. When true, requires non-empty `tags`. Routes to GET /memory/by-tag for paginated exact-match listing — NOT ranked retrieval. Use for cleanup/audit workflows where ranked recall undercounts. `limit` is clamped to 200. `tag_match: "prefix"` and `tag_mode: "all"` are rejected in this mode.
state_modeNoRanked-mode only. `current` returns active memories; `history` allows superseded/invalidated memories for audit timelines. Prefer this over current_only for new clients.
time_queryNoNatural language time filter: "today", "yesterday", "last week", "last 30 days"
active_pathNoCurrent file path for language auto-detection (e.g., "src/auth.ts")
state_debugNoRanked-mode only. Include state-filter suppression/replacement IDs and reasons when current_only is true.
context_tagsNoPriority tags to boost in results (e.g., ["coding-style", "preferences"])
current_onlyNoRanked-mode only. When true, server suppresses archived, not-yet-valid, expired, invalidated, or superseded memories from active context.
exclude_tagsNoRanked-mode only. Tags to exclude from results (any match excludes). Independent of `tag_match` — supports both exact and prefix matching internally on the server.
priority_idsNoSpecific memory IDs to ensure are included in results
recency_biasNoRanked-mode only. Controls service recency boosting: auto lets the service infer, on forces boosting, off disables it.
context_typesNoPriority memory types to boost (e.g., ["Style", "Preference"])
adaptive_floorNoRanked-mode only. Enable the service's adaptive score floor when filtering weak matches.
auto_decomposeNoAuto-extract entities and topics from query to generate supplementary searches.
relation_limitNoMax relations to follow per seed memory (default: 5)
scope_fallbackNoRanked-mode only. Allow fallback outside the requested tag scope when scoped recall has weak evidence; diagnostics report tag_scope and outside_tag_scope.
expand_entitiesNoEnable multi-hop reasoning via entity expansion. Finds memories about people/places mentioned in seed results. Use for "What is X's sister's job?" type questions.
expansion_limitNoMax total expanded memories (default: 25)
per_query_limitNoPer-query result limit when using queries[] (default: 5)
expand_relationsNoFollow graph relationships from seed results to find related memories.
expand_min_strengthNoMinimum relation strength to follow during graph expansion. Only traverses edges above this threshold. Recommended: 0.3 for exploratory, 0.6+ for high-confidence connections only. Does not affect entity expansion.
expand_respect_tagsNoRanked-mode only. When true, graph/entity expansion stays within the original tag scope; when false, expansion may include related context outside the tags.
expand_min_importanceNoMinimum importance score for expanded results. Filters out low-relevance memories during graph/entity expansion. Recommended: 0.3-0.5 for broad context, 0.6-0.8 for focused results. Seed results are never filtered, only expanded ones.

Output Schema

ParametersJSON Schema
NameRequiredDescription
modeNoMode that produced the result.
sortNoSort mode applied by the service.
countYesNumber of memories returned
limitNoEnumeration mode only: page size used for this response.
queryNoQuery text executed by ranked recall.
offsetNoEnumeration mode only: offset used for this response.
queriesNoQuery variants executed by the service.
resultsYesArray of matching memories with scores
entitiesNoEntity identity diagnostics injected by the service.
has_moreNoEnumeration mode only: true if more pages exist past `offset + limit`.
tag_scopeNoTag-scope diagnostics including whether scoped evidence was strong enough.
state_modeNoState mode applied by ranked recall.
truncationNoPresent when trailing results were dropped to fit the response budget: { applied, omitted_results, reason }.
exclude_tagsNoTags excluded from ranked recall.
recency_biasNoRecency bias mode applied by the service.
score_filterNoScore filtering diagnostics such as min_score, adaptive_floor, and filtered_count.
state_filterNoCurrent-state filtering diagnostics. Includes aggregate counts by default and detailed IDs/reasons only when state_debug=true.
dedup_removedNoNumber of duplicate results removed (when using multiple queries)
query_time_msNoService recall latency in milliseconds.
vector_searchNoVector-search diagnostics from the service.
scope_fallbackNoTrue when recall allowed outside-scope fallback results.
jit_enriched_countNoNumber of memories enriched inline during recall.

TDQS

A4.8/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, and the description adds valuable behavioral detail beyond that: ID fetch routes to GET /memory/{id} and updates last_accessed, enumeration uses paginated exact-match listing, ranked mode clamps server-side to ~50 results, and mode-specific options are rejected. There is no contradiction with the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is long but appropriately structured for a tool with 38 parameters and three modes: it front-loads the mode-selection rule, uses clear headers, gives explicit when-to-use bullets, and ends with examples. Minor redundancy exists, such as repeating the cleanup/audit rationale in both Mode 2 and the usage section, but the overall organization is efficient for the complexity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 38 parameters, a rich schema, and an output schema, the description covers the decision space comprehensively: it explains all three modes, which params are ignored or rejected, pagination metadata, output format options, and when each mode is appropriate. The examples cover representative calls for each mode, and nothing critical for correct invocation is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3; the description still adds value by explaining how parameters select modes, how limit behaves differently in enumeration vs ranked mode, and by showing realistic parameter combinations in examples. It does not need to restate every schema field, and the mode-selection semantics go beyond what the schema alone conveys.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool recalls memories from AutoMem and immediately differentiates three distinct modes based on which parameters are passed. It names each mode, the route it uses, and the outcome, and provides concrete examples for every mode, so an agent cannot confuse this with sibling tools like store_memory or delete_memory.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives explicit when-to-use guidance: ranked retrieval for conversation start, decision-making, debugging, and multi-hop reasoning; tag enumeration when the agent needs exact counts or cleanup/audit walks. It also states exclusions such as 'NOT ranked retrieval' and which parameter combinations are rejected, leaving no ambiguity about mode selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

store_memoryStore MemoryA

Store memory in one of two modes — single-memory (set top-level content) or batch (set memories: [...] for up to 500).

Mode 1 — Single (default): pass top-level content plus any optional fields (tags, importance, metadata, type, confidence, embedding, t_valid, t_invalid, etc.).

Mode 1b — Supersede/correct: pass top-level content plus supersedes_memory_id. The server stores the replacement, marks the old memory invalid with t_invalid=now, merges supersede metadata, and associates old → new with INVALIDATED_BY (default) or EVOLVED_INTO.

Mode 2 — Batch: pass memories: [{ content, tags?, importance?, metadata?, timestamp?, type?, confidence? }, ...] to store up to 500 memories in one request. Faster for bulk ingestion (imports, benchmark seeding). Batch mode does NOT accept embedding, t_valid, or t_invalid per-item — use single mode for those.

Content size guidelines (per item):

  • Target: 150-300 characters (one meaningful paragraph)

  • Maximum: 500 characters (auto-summarized if exceeded)

  • Hard limit: 2000 characters (rejected)

  • Format: "Brief title. Context and details. Impact/outcome."

When to use:

  • After making a decision: store the reasoning and outcome

  • When discovering a pattern: store the pattern and where it applies

  • After fixing a bug: store the root cause and solution

  • When learning user preferences: store what they prefer and why

  • For bulk ingestion (imports, seeding): use batch mode

Examples:

  • store_memory({ content: "Chose PostgreSQL over MongoDB for user service. Need ACID for transactions.", tags: ["architecture", "database"], importance: 0.9 })

  • store_memory({ content: "User prefers early returns over nested conditionals.", tags: ["code-style"], importance: 0.7 })

  • store_memory({ content: "User now prefers SQLite for small local tools.", supersedes_memory_id: "old-id", supersede_reason: "Correction from user" })

ParametersJSON Schema
NameRequiredDescriptionDefault
tagsNoSingle-memory mode. Tags to categorize the memory (e.g., ["project-name", "bug-fix", "auth"])
typeNoSingle-memory mode. Memory type for classification
contentNoSingle-memory mode (XOR with `memories`). The memory content to store. Be specific: include context, reasoning, and outcome.
t_validNoSingle-memory mode only. ISO 8601 timestamp when the memory becomes valid. Not supported in batch mode.
memoriesNoBatch mode (XOR with `content`). Up to 500 memory objects to store in one call. Each item supports content (required), tags, importance, timestamp, type, confidence, metadata. Batch mode does NOT support `embedding`, `t_valid`, or `t_invalid` per-item — use single-memory mode for those.
metadataNoSingle-memory mode. Optional structured metadata (e.g., { files_modified: ["auth.ts"], error_type: "timeout" })
embeddingNoSingle-memory mode only. Optional embedding vector for semantic search (auto-generated if omitted). Not supported in batch mode.
t_invalidNoSingle-memory mode only. ISO 8601 timestamp when the memory expires. Not supported in batch mode.
timestampNoSingle-memory mode. Optional ISO timestamp (defaults to now)
confidenceNoSingle-memory mode. Classification confidence (0-1, default 0.9 when type provided)
importanceNoSingle-memory mode. Importance: 0.9+ critical decisions, 0.7-0.9 patterns/bugs, 0.5-0.7 minor notes
updated_atNoSingle-memory mode. ISO 8601 last-updated timestamp
last_accessedNoSingle-memory mode. ISO 8601 last-accessed timestamp
supersede_reasonNoSingle-memory supersede mode. Optional reason stored on the old memory's metadata.
supersede_relationNoSingle-memory supersede mode. Relationship to create from old memory to new memory.INVALIDATED_BY
supersedes_memory_idNoSingle-memory supersede mode. Existing memory ID that this new memory replaces or corrects.

Output Schema

ParametersJSON Schema
NameRequiredDescription
qdrantNoBatch-mode result: Qdrant indexing summary from the server.
storedNoBatch-mode result: number of memories stored.
messageYesConfirmation message
memory_idNoSingle-mode result: unique ID of the stored memory (use for associations)
enrichmentNoBatch-mode result: enrichment status from the server.
memory_idsNoBatch-mode result: IDs of the stored memories.
query_time_msNoBatch-mode result: server-reported execution time in milliseconds.
association_createdNoSupersede-mode result: whether old → new association was created.
superseded_memory_idNoSupersede-mode result: ID of the old memory marked invalid.

TDQS

A4.8/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description reveals substantial non-obvious behavior: supersede invalidates the old memory, sets t_invalid=now, merges metadata, and links old-to-new via INVALIDATED_BY/EVOLVED_INTO. It also discloses size limits, auto-summarization over 500 characters, rejection over 2000, and batch-mode field exclusions—all beyond what annotations provide.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is long but earned: it is organized into modes, size guidelines, when-to-use, and examples, making it scannable despite its length. The most important distinction (single vs batch) is front-loaded, and every section adds reusable decision value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given a 16-parameter tool with nested objects, three behavioral modes, and multiple constraints, the description is remarkably complete. It covers entry points, per-parameter limitations, workflow patterns, content quality guidance, and representative examples. The presence of an output schema reduces the need to document return values.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Although schema coverage is 100%, the description adds meaning the schema alone does not convey: mutual exclusivity of content vs memories is explained with mode-based grouping, content size targets are given, supersede parameter behavior is clarified, and three realistic examples show how parameters combine.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The verb 'store' plus 'memory' and the explicit description of two operating modes (single and batch) make the purpose unmistakable. The supersede/correct mode is also described with concrete behavior, distinguishing it from a plain append operation even without naming siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

A dedicated 'When to use' section lists concrete scenarios, and batch mode is specifically recommended for bulk ingestion. However, it never explicitly contrasts this tool with update_memory or delete_memory, so the guidance is clear but lacks exclusions/alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

update_memoryUpdate MemoryA
Idempotent

Update an existing memory's content, tags, importance, or metadata. Use this to correct or enhance memories rather than storing duplicates.

When to use:

  • To correct inaccurate information in a memory

  • To add tags that were forgotten

  • To adjust importance based on new understanding

  • To add metadata after the fact

Examples:

  • update_memory({ memory_id: "abc123", importance: 0.95 }) // Increase importance

  • update_memory({ memory_id: "abc123", tags: ["project-x", "critical", "auth"] }) // Add tags

  • update_memory({ memory_id: "abc123", content: "Updated: PostgreSQL chosen for ACID + team expertise" })

ParametersJSON Schema
NameRequiredDescriptionDefault
tagsNoNew tags (replaces existing)
typeNoMemory type classification
contentNoNew content (replaces existing)
t_validNoISO 8601 timestamp when the memory becomes valid
metadataNoNew metadata (merged with existing)
memory_idYesID of the memory to update (from store_memory or recall results)
t_invalidNoISO 8601 timestamp when the memory expires or was superseded
timestampNoOverride creation timestamp
confidenceNoConfidence score for the memory
importanceNoNew importance score
updated_atNoExplicit update timestamp
last_accessedNoLast access timestamp

Output Schema

ParametersJSON Schema
NameRequiredDescription
messageYesConfirmation message
memory_idYesID of the updated memory

TDQS

A3.9/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations indicate idempotentHint=true and destructiveHint=false, which the description does not contradict. The description adds context about 'correct or enhance' but does not detail update semantics like overwriting vs merging (e.g., metadata merges per schema). Since annotations cover the core behavioral traits, the description provides moderate added value.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a clear header, a bulleted 'When to use' list, and examples. It is concise (5 sentences plus examples) and front-loaded. Slightly more could be trimmed but overall efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 12 parameters (all documented in schema), an output schema exists, and annotations are present, the description provides sufficient context for the main purpose and use cases. It lacks error behavior details but these are not critical given the schema coverage.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description does not add additional meaning beyond the schema; it only groups parameters in the first sentence. Examples illustrate some parameters but no new semantics.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Update' and the resource 'memory', and lists the updateable fields (content, tags, importance, metadata). It distinguishes from the sibling tool 'store_memory' by advising against storing duplicates.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The 'When to use' section provides four explicit use cases (correct inaccuracies, add tags, adjust importance, add metadata) and implicitly advises against using store_memory for updates. However, it does not mention when not to use this tool (e.g., if memory should be deleted entirely) or prerequisites (e.g., memory must exist).

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 2 tool updatesv0.14.2
    • Changedrecall_memory4 fields changed
      • changedInput schema / properties / format / description
        Previous value: -"Output format: text (default), items (one block per memory), detailed (adds type/confidence/metadata keys/relation stubs), json (raw per-memory fields incl. full content/metadata/relations; whole-response token budget still applies). text/items/detailed are summary-first: each memory shows its stored 1-2 sentence summary when available, else a content preview — fetch a full record via memory_id."New value: +"Output format: text (default), items (one block per memory), detailed (adds type/confidence/metadata keys/relation stubs), json (raw per-memory fields incl. full content/metadata/relations; whole-response token budget still applies). text/items/detailed show a content preview (default 400 chars) and keep any stored summary as an additive field — fetch a full record via memory_id."
      • changedOutput schema / properties / results / items / properties / content / description
        Previous value: -"Memory content (preview in budgeted formats; omitted when summary is shown)."New value: +"Memory content (preview-capped in budgeted formats)."
      • changedOutput schema / properties / results / items / properties / content_chars / description
        Previous value: -"Original content length when content was previewed or replaced by summary."New value: +"Original content length when content was previewed."
      • changedOutput schema / properties / results / items / properties / summary / description
        Previous value: -"Stored 1-2 sentence summary. In budgeted formats it replaces content when present."New value: +"Stored 1-2 sentence summary when the server provides one. Additive in budgeted formats; does not replace content."
    • Changedstore_memory2 fields changed
      • removedInput schema / properties / id
        Removed value: -{
        -  "description": "Single-memory mode only. Custom memory ID (auto-generated if omitted). Not supported in batch mode.",
        -  "type": "string"
        -}
      • changedInput schema / properties / memories / description
        Previous value: -"Batch mode (XOR with `content`). Up to 500 memory objects to store in one call. Each item supports content (required), tags, importance, timestamp, type, confidence, metadata. Batch mode does NOT support `id`, `embedding`, `t_valid`, or `t_invalid` per-item — use single-memory mode for those."New value: +"Batch mode (XOR with `content`). Up to 500 memory objects to store in one call. Each item supports content (required), tags, importance, timestamp, type, confidence, metadata. Batch mode does NOT support `embedding`, `t_valid`, or `t_invalid` per-item — use single-memory mode for those."
  2. 5 tool updatesv0.14.1
    • Changedassociate_memories17 fields changed
      • addedInput schema / properties / associations
        Added value: +{
        +  "description": "Batch mode. Up to 500 associations. Do not combine with top-level memory1_id/memory2_id/type/strength.",
        +  "items": {
        +    "properties": {
        +      "confidence": {
        +        "description": "Relation-specific confidence for EXEMPLIFIES, EVOLVED_INTO, or DERIVED_FROM.",
        +        "maximum": 1,
        +        "minimum": 0,
        +        "type": "number"
        +      },
        +      "context": {
        +        "description": "Relation-specific context for PREFERS_OVER or PART_OF associations.",
        +        "type": "string"
        +      },
        +      "memory1_id": {
        +        "description": "ID of the source memory",
        +        "type": "string"
        +      },
        +      "memory2_id": {
        +        "description": "ID of the target memory",
        +        "type": "string"
        +      },
        +      "observations": {
        +        "description": "Relation-specific observations for REINFORCES associations.",
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "pattern_type": {
        +        "description": "Relation-specific pattern label for EXEMPLIFIES associations.",
        +        "type": "string"
        +      },
        +      "reason": {
        +        "description": "Relation-specific reason for PREFERS_OVER, CONTRADICTS, INVALIDATED_BY, or EVOLVED_INTO associations.",
        +        "type": "string"
        +      },
        +      "resolution": {
        +        "description": "Relation-specific resolution for CONTRADICTS associations.",
        +        "type": "string"
        +      },
        +      "role": {
        +        "description": "Relation-specific role for PART_OF associations.",
        +        "type": "string"
        +      },
        +      "strength": {
        +        "description": "Relationship strength from 0 to 1",
        +        "maximum": 1,
        +        "minimum": 0,
        +        "type": "number"
        +      },
        +      "timestamp": {
        +        "description": "Relation-specific timestamp for INVALIDATED_BY associations.",
        +        "type": "string"
        +      },
        +      "transformation": {
        +        "description": "Relation-specific transformation note for DERIVED_FROM associations.",
        +        "type": "string"
        +      },
        +      "type": {
        +        "description": "Relationship type between the two memories",
        +        "enum": [
        +          "RELATES_TO",
        +          "LEADS_TO",
        +          "OCCURRED_BEFORE",
        +          "PREFERS_OVER",
        +          "EXEMPLIFIES",
        +          "CONTRADICTS",
        +          "REINFORCES",
        +          "INVALIDATED_BY",
        +          "EVOLVED_INTO",
        +          "DERIVED_FROM",
        +          "PART_OF"
        +        ],
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "memory1_id",
        +      "memory2_id",
        +      "type",
        +      "strength"
        +    ],
        +    "type": "object"
        +  },
        +  "maxItems": 500,
        +  "minItems": 1,
        +  "type": "array"
        +}
      • addedInput schema / properties / confidence
        Added value: +{
        +  "description": "Relation-specific confidence for EXEMPLIFIES, EVOLVED_INTO, or DERIVED_FROM.",
        +  "maximum": 1,
        +  "minimum": 0,
        +  "type": "number"
        +}
      • addedInput schema / properties / context
        Added value: +{
        +  "description": "Relation-specific context for PREFERS_OVER or PART_OF associations.",
        +  "type": "string"
        +}
      • addedInput schema / properties / observations
        Added value: +{
        +  "description": "Relation-specific observations for REINFORCES associations.",
        +  "items": {
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
      • addedInput schema / properties / pattern_type
        Added value: +{
        +  "description": "Relation-specific pattern label for EXEMPLIFIES associations.",
        +  "type": "string"
        +}
      • addedInput schema / properties / reason
        Added value: +{
        +  "description": "Relation-specific reason for PREFERS_OVER, CONTRADICTS, INVALIDATED_BY, or EVOLVED_INTO associations.",
        +  "type": "string"
        +}
      • addedInput schema / properties / resolution
        Added value: +{
        +  "description": "Relation-specific resolution for CONTRADICTS associations.",
        +  "type": "string"
        +}
      • addedInput schema / properties / role
        Added value: +{
        +  "description": "Relation-specific role for PART_OF associations.",
        +  "type": "string"
        +}
      • addedInput schema / properties / timestamp
        Added value: +{
        +  "description": "Relation-specific timestamp for INVALIDATED_BY associations.",
        +  "type": "string"
        +}
      • addedInput schema / properties / transformation
        Added value: +{
        +  "description": "Relation-specific transformation note for DERIVED_FROM associations.",
        +  "type": "string"
        +}
      • removedInput schema / required
        Removed value: -[
        -  "memory1_id",
        -  "memory2_id",
        -  "type",
        -  "strength"
        -]
      • addedOutput schema / properties / created_count
        Added value: +{
        +  "description": "Batch mode: number of associations created.",
        +  "type": "integer"
        +}
      • addedOutput schema / properties / failed
        Added value: +{
        +  "description": "Batch mode: failed association records with errors.",
        +  "items": {
        +    "type": "object"
        +  },
        +  "type": "array"
        +}
      • addedOutput schema / properties / failed_count
        Added value: +{
        +  "description": "Batch mode: number of associations that failed.",
        +  "type": "integer"
        +}
      • addedOutput schema / properties / succeeded
        Added value: +{
        +  "description": "Batch mode: successful association records.",
        +  "items": {
        +    "type": "object"
        +  },
        +  "type": "array"
        +}
      • changedOutput schema / properties / success / description
        Previous value: -"Whether the association was created"New value: +"Whether every requested association was created. False for partial batch responses."
      • addedOutput schema / properties / summary
        Added value: +{
        +  "description": "Batch mode: service summary.",
        +  "type": "string"
        +}
    • Changedcheck_database_health3 fields changed
      • changedOutput schema / properties / statistics / description
        Previous value: -"Database statistics (memory counts, etc.)"New value: +"Database statistics and diagnostics, including memory/vector counts, sync_status, vector_dimensions, and enrichment state when provided."
      • changedOutput schema / properties / status / description
        Previous value: -"Overall health status"New value: +"Overall health status. degraded means the service is reachable but a backend or sync check needs attention."
      • changedOutput schema / properties / status / enum
        Previous value: -[
        -  "healthy",
        -  "error"
        -]New value: +[
        +  "healthy",
        +  "degraded",
        +  "error"
        +]
    • Changedrecall_memory33 fields changed
      • addedInput schema / properties / adaptive_floor
        Added value: +{
        +  "description": "Ranked-mode only. Enable the service's adaptive score floor when filtering weak matches.",
        +  "type": "boolean"
        +}
      • addedInput schema / properties / current_only
        Added value: +{
        +  "default": true,
        +  "description": "Ranked-mode only. When true, server suppresses archived, not-yet-valid, expired, invalidated, or superseded memories from active context.",
        +  "type": "boolean"
        +}
      • addedInput schema / properties / expand_respect_tags
        Added value: +{
        +  "description": "Ranked-mode only. When true, graph/entity expansion stays within the original tag scope; when false, expansion may include related context outside the tags.",
        +  "type": "boolean"
        +}
      • changedInput schema / properties / format / description
        Previous value: -"Output format: text (default), items (per-memory), detailed (with metadata), json (raw)"New value: +"Output format: text (default), items (one block per memory), detailed (adds type/confidence/metadata keys/relation stubs), json (raw per-memory fields incl. full content/metadata/relations; whole-response token budget still applies). text/items/detailed are summary-first: each memory shows its stored 1-2 sentence summary when available, else a content preview — fetch a full record via memory_id."
      • addedInput schema / properties / min_score
        Added value: +{
        +  "description": "Ranked-mode only. Minimum final score threshold before results are returned.",
        +  "maximum": 1,
        +  "minimum": 0,
        +  "type": "number"
        +}
      • addedInput schema / properties / recency_bias
        Added value: +{
        +  "description": "Ranked-mode only. Controls service recency boosting: auto lets the service infer, on forces boosting, off disables it.",
        +  "enum": [
        +    "auto",
        +    "on",
        +    "off"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / scope_fallback
        Added value: +{
        +  "description": "Ranked-mode only. Allow fallback outside the requested tag scope when scoped recall has weak evidence; diagnostics report tag_scope and outside_tag_scope.",
        +  "type": "boolean"
        +}
      • addedInput schema / properties / state_debug
        Added value: +{
        +  "default": false,
        +  "description": "Ranked-mode only. Include state-filter suppression/replacement IDs and reasons when current_only is true.",
        +  "type": "boolean"
        +}
      • addedInput schema / properties / state_mode
        Added value: +{
        +  "description": "Ranked-mode only. `current` returns active memories; `history` allows superseded/invalidated memories for audit timelines. Prefer this over current_only for new clients.",
        +  "enum": [
        +    "current",
        +    "history"
        +  ],
        +  "type": "string"
        +}
      • addedOutput schema / properties / entities
        Added value: +{
        +  "description": "Entity identity diagnostics injected by the service.",
        +  "items": {
        +    "type": "object"
        +  },
        +  "type": "array"
        +}
      • addedOutput schema / properties / exclude_tags
        Added value: +{
        +  "description": "Tags excluded from ranked recall.",
        +  "items": {
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
      • addedOutput schema / properties / jit_enriched_count
        Added value: +{
        +  "description": "Number of memories enriched inline during recall.",
        +  "type": "integer"
        +}
      • addedOutput schema / properties / queries
        Added value: +{
        +  "description": "Query variants executed by the service.",
        +  "items": {
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
      • addedOutput schema / properties / query
        Added value: +{
        +  "description": "Query text executed by ranked recall.",
        +  "type": "string"
        +}
      • addedOutput schema / properties / query_time_ms
        Added value: +{
        +  "description": "Service recall latency in milliseconds.",
        +  "type": "number"
        +}
      • addedOutput schema / properties / recency_bias
        Added value: +{
        +  "description": "Recency bias mode applied by the service.",
        +  "enum": [
        +    "auto",
        +    "on",
        +    "off"
        +  ],
        +  "type": "string"
        +}
      • addedOutput schema / properties / results / items / properties / content / description
        Added value: +"Memory content (preview in budgeted formats; omitted when summary is shown)."
      • addedOutput schema / properties / results / items / properties / content_chars
        Added value: +{
        +  "description": "Original content length when content was previewed or replaced by summary.",
        +  "type": "integer"
        +}
      • addedOutput schema / properties / results / items / properties / content_truncated
        Added value: +{
        +  "description": "True when content is a preview; fetch the full record via recall_memory({ memory_id }).",
        +  "type": "boolean"
        +}
      • addedOutput schema / properties / results / items / properties / deduped_from
        Added value: +{
        +  "description": "Result IDs merged into this result during multi-query deduplication.",
        +  "items": {
        +    "type": "string"
        +  },
        +  "type": "array"
        +}
      • addedOutput schema / properties / results / items / properties / jit_enriched
        Added value: +{
        +  "description": "True when the service enriched the memory during recall.",
        +  "type": "boolean"
        +}
      • addedOutput schema / properties / results / items / properties / outside_tag_scope
        Added value: +{
        +  "description": "True when scope_fallback admitted this result outside the requested tag scope.",
        +  "type": "boolean"
        +}
      • addedOutput schema / properties / results / items / properties / state_replaces
        Added value: +{
        +  "description": "ID of the suppressed memory this result replaced during current-state filtering.",
        +  "type": "string"
        +}
      • addedOutput schema / properties / results / items / properties / summary
        Added value: +{
        +  "description": "Stored 1-2 sentence summary. In budgeted formats it replaces content when present.",
        +  "type": "string"
        +}
      • addedOutput schema / properties / results / items / properties / updated_at
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / scope_fallback
        Added value: +{
        +  "description": "True when recall allowed outside-scope fallback results.",
        +  "type": "boolean"
        +}
      • addedOutput schema / properties / score_filter
        Added value: +{
        +  "description": "Score filtering diagnostics such as min_score, adaptive_floor, and filtered_count.",
        +  "type": "object"
        +}
      • addedOutput schema / properties / sort
        Added value: +{
        +  "description": "Sort mode applied by the service.",
        +  "type": "string"
        +}
      • addedOutput schema / properties / state_filter
        Added value: +{
        +  "description": "Current-state filtering diagnostics. Includes aggregate counts by default and detailed IDs/reasons only when state_debug=true.",
        +  "type": "object"
        +}
      • addedOutput schema / properties / state_mode
        Added value: +{
        +  "description": "State mode applied by ranked recall.",
        +  "enum": [
        +    "current",
        +    "history"
        +  ],
        +  "type": "string"
        +}
      • addedOutput schema / properties / tag_scope
        Added value: +{
        +  "description": "Tag-scope diagnostics including whether scoped evidence was strong enough.",
        +  "type": "object"
        +}
      • addedOutput schema / properties / truncation
        Added value: +{
        +  "description": "Present when trailing results were dropped to fit the response budget: { applied, omitted_results, reason }.",
        +  "type": "object"
        +}
      • addedOutput schema / properties / vector_search
        Added value: +{
        +  "description": "Vector-search diagnostics from the service.",
        +  "type": "object"
        +}
    • Changedstore_memory5 fields changed
      • addedInput schema / properties / supersede_reason
        Added value: +{
        +  "description": "Single-memory supersede mode. Optional reason stored on the old memory's metadata.",
        +  "type": "string"
        +}
      • addedInput schema / properties / supersede_relation
        Added value: +{
        +  "default": "INVALIDATED_BY",
        +  "description": "Single-memory supersede mode. Relationship to create from old memory to new memory.",
        +  "enum": [
        +    "INVALIDATED_BY",
        +    "EVOLVED_INTO"
        +  ],
        +  "type": "string"
        +}
      • addedInput schema / properties / supersedes_memory_id
        Added value: +{
        +  "description": "Single-memory supersede mode. Existing memory ID that this new memory replaces or corrects.",
        +  "type": "string"
        +}
      • addedOutput schema / properties / association_created
        Added value: +{
        +  "description": "Supersede-mode result: whether old → new association was created.",
        +  "type": "boolean"
        +}
      • addedOutput schema / properties / superseded_memory_id
        Added value: +{
        +  "description": "Supersede-mode result: ID of the old memory marked invalid.",
        +  "type": "string"
        +}
    • Changedupdate_memory2 fields changed
      • addedInput schema / properties / t_invalid
        Added value: +{
        +  "description": "ISO 8601 timestamp when the memory expires or was superseded",
        +  "type": "string"
        +}
      • addedInput schema / properties / t_valid
        Added value: +{
        +  "description": "ISO 8601 timestamp when the memory becomes valid",
        +  "type": "string"
        +}
  3. 6 tool updatesv0.14.0
    • First observedassociate_memories
    • First observedcheck_database_health
    • First observeddelete_memory
    • First observedrecall_memory
    • First observedstore_memory
    • First observedupdate_memory

TDQS

A4.4/5.0

Scored across 6 tools

Disambiguation5/5

Each tool targets a clearly distinct operation: store, recall, associate, update, delete, and health-check. Even though recall_memory has multiple modes, the mode selection is explicit and non-overlapping with other tools.

Naming Consistency4/5

The core tools follow a consistent verb_noun pattern: store_memory, recall_memory, update_memory, delete_memory. Minor deviations are associate_memories (plural) and check_database_health (different object noun), but the convention remains predictable and readable.

Tool Count5/5

Six tools is well-scoped for a memory server: basic CRUD, relationship management, and health checking. Each tool serves a distinct purpose and none feel redundant or excessive.

Completeness5/5

The tool surface covers the full memory lifecycle: store, recall, update, delete, and graph association. Recalled enumeration and bulk delete modes also cover maintenance/audit workflows, leaving no obvious dead ends.

Maintenance

ActivityMaintained
ResponsivenessWithin a week

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    A MCP server that provides persistent memory for AI assistants, storing personal information, relationships, and observations to enable personalized and contextual conversations.
    4
    -
  • A
    license
    A
    quality
    D
    maintenance
    A persistent, self-organizing memory MCP server for AI assistants, using semantic search, knowledge graphs, and reinforcement learning to automatically manage and retrieve memories.
    13
    MIT