Skip to main content
Glama
109,471 tools. Last updated 2026-04-17 22:54
  • Fetch memory by ID. Returns a single memory with proper citation support (id, title, url, text fields). Args: id: Memory UUID to fetch ctx: MCP context Returns: Dict with id, title, url, text, metadata fields
    Connector
  • Remove a connection between memories. Deletes the relationship between two memories in the knowledge graph. Args: from_memory: Source memory UUID to_memory: Target memory UUID ctx: MCP context (automatically provided) Returns: Dict with success status and disconnected memory IDs Examples: >>> await disconnect("uuid-abc", "uuid-def") {'success': True, 'from_id': '...', 'to_id': '...'}
    Connector
  • Configure automatic top-up when balance drops below a threshold. The configuration lives ONLY in the current MCP session — it is held in memory by the MCP server process and is lost on server restart, MCP client reconnect, or server redeploy. Top-ups are signed locally with TRON_PRIVATE_KEY and sent to your Merx deposit address (memo-routed). For persistent auto-deposit you currently need to call this tool again at the start of each session.
    Connector
  • Move a memory to a different workspace. id: memory ID to move. workspace: name of the target workspace (must be a member with write access).
    Connector

Matching MCP Servers

  • A
    security
    A
    license
    -
    quality
    Memory Bank Server provides a set of tools and resources for AI assistants to interact with Memory Banks. Memory Banks are structured repositories of information that help maintain context and track progress across multiple sessions.
    Last updated
    40
    46
    MIT
  • A
    security
    A
    license
    -
    quality
    An MCP server that gives AI assistants persistent memory across sessions. It stores project context, decisions, and progress in structured markdown files as well as a knowledge graph and sequential thinking for better memory storage.
    Last updated
    36
    20
    MIT

Matching MCP Connectors

  • AI memory with 53 tools. Knowledge Graph, semantic search, Magic Link auth. Free tier.

  • Persistent memory for AI agents across Claude, ChatGPT and any MCP client.