Skip to main content
Glama
466,285 tools. Updated 2026-08-19 12:06

"Finding the Best Tool for Memory Context Across Agentic Sessions Using Augment Code" matching MCP tools:

  • Replace the existing per-friend memory blob to store persistent facts across sessions. Retrieve current memory first to merge updates.
    Apache 2.0
  • Store non-secret key/value notes in encrypted agent memory that persists across sessions. Record stable context like deployment dates or user preferences, ensuring decisions survive between interactions.
    AGPL 3.0
  • Search conversation memory by meaning to recall prior context across sessions, such as past decisions or agreements.
    MIT
  • Write a plan, decision record, or code artifact to a venture's context filesystem for persistence across sessions and models.
    MIT
  • Store facts, preferences, or notes in local long-term memory for retrieval across sessions.
    Apache 2.0
  • Initialize a persistent, versioned context filesystem for a venture project. Use once per venture to store plans, decisions, and code snippets across sessions.
    MIT

Matching MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    MCP server for persistent, cross-session, local-first memory for AI agents, storing memories as Markdown files with SQLite indexing for hybrid search.
    24
    Apache 2.0

Matching MCP Connectors

  • Corporate travel: search and book flights, hotels, rail and transfers, manage orders.

  • Cloudflare Workers MCP server: code-explainer

  • Save session summaries, decisions, and artifacts to persistent memory for recall in future sessions. Ensures context continuity across AI agent interactions.
    Business Source 1.1
  • Save key-value pairs to persistent memory across sessions for remembering user preferences, installed skills, or project context.
    MIT
  • Persist project conventions, decisions, and gotchas to encrypted memory, ensuring knowledge survives across sessions. Use stable keys to update existing memories.
    MIT
  • Store information to client-side encrypted memory. Use to persist facts, decisions, or context across sessions by creating or updating memory cells.
    Apache 2.0
  • Save facts, observations, or context to persistent memory for recall across sessions. Optionally categorize entries for organized retrieval.
    MIT
  • Add knowledge entries like code examples and best practices to the Klever VM context store for later retrieval via query_context or search_documentation.
    MIT
  • Export LoreConvo sessions to Anthropic managed-agents memory format for import into memory stores. Filters sessions by project, IDs, or days back.
    Business Source 1.1
  • Save durable facts, preferences, or decisions to persistent memory that works across sessions and AI tools. Ideal for content that must survive across chats and projects.
    MIT
  • Store a value in your agent's persistent encrypted memory. Values survive across sessions and support string, JSON, number, boolean types with optional TTL.
    MIT
  • Log a new memory with specific details like text, category, client ID, and importance to build a searchable personal knowledge base across sessions.
    MIT
  • Before diving into code, search verified project memory for prior decisions, conventions, gotchas, and failed approaches to quickly find answers from past sessions.
    MIT
  • Store text in a named context slot to preserve key information across agent sessions. Use it to save project state, user preferences, or plans that must survive restarts.
    MIT