Skip to main content
Glama
205,112 tools. Last updated 2026-06-15 03:48

"Understanding Memory or Memory-Related Topics" matching MCP tools:

  • Lists all memory volumes (projects) accessible by your API key, each serving as an independent memory space for persistent memory management.
    MIT
  • Reinforce or deny a stored memory pattern by confirming when user validates or denying when they contradict it for accurate AI memory persistence.
    MIT
  • Store or update a JSON value for a memory key with optional TTL, importance, source, and confidence score. Persists AI agent memory across sessions and changes.
    MIT
  • Monitors OpenSIPS shared-memory and per-process package-memory usage to detect out-of-memory errors and module leaks. Tracks shm for cross-process state and pkg for private memory, preventing silent call failures.
    Apache 2.0
  • Define relationships between memories by creating a directed link from one memory to another.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Cloudflare Workers MCP server: agent-memory

  • One memory, every AI. A shared, user-owned markdown memory your AI clients read and write over MCP.

  • Fetch a ClawMem memory using an issue number or memory reference string. Retrieve specific stored data for your AI agent.
    MIT
  • Delete a specific memory record using its unique ID. Helps maintain accurate and relevant memory storage by removing outdated or incorrect entries.
    MIT
  • Retrieve a memory by its ID, returning all metadata and content. Inspect or verify memory state after recall or update.
    MIT
  • Delete conversation history to free memory and reset context when switching topics or completing tasks. Pass the conversation ID to remove all associated messages.
    MIT
  • Generate stable topic keys for memory upserts to update evolving topics like architecture decisions and bug fixes in a single observation, preventing duplicate entries.
    Apache 2.0
  • Update text content in an agent's archival memory store. Use this tool to modify existing memory passages by providing the agent ID, memory ID, and new text content.
    MIT