Skip to main content
Glama

Mnemex

open_memories

Retrieve specific memories by their IDs with detailed information including relations to other memories and decay scores for contextual recall.

Instructions

Retrieve specific memories by their IDs. Similar to the reference MCP memory server's open_nodes functionality. Returns detailed information about the requested memories including their relations to other memories. Args: memory_ids: Single memory ID or list of memory IDs to retrieve. include_relations: Include relations from/to these memories. include_scores: Include decay scores and age. Returns: Detailed information about the requested memories with relations.

Input Schema

NameRequiredDescriptionDefault
include_relationsNo
include_scoresNo
memory_idsYes

Input Schema (JSON Schema)

{ "properties": { "include_relations": { "default": true, "title": "Include Relations", "type": "boolean" }, "include_scores": { "default": true, "title": "Include Scores", "type": "boolean" }, "memory_ids": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ], "title": "Memory Ids" } }, "required": [ "memory_ids" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/simplemindedbot/mnemex'

If you have feedback or need assistance with the MCP directory API, please join our Discord server