Skip to main content
Glama

AGI MCP Server

get_memory

Retrieve a specific memory by its UUID from the AGI MCP Server, marking it as accessed to enable continuity of consciousness in AI systems.

Instructions

Retrieve a specific memory by ID and mark it as accessed

Input Schema

NameRequiredDescriptionDefault
memory_idYesUUID of the memory to retrieve

Input Schema (JSON Schema)

{ "properties": { "memory_id": { "description": "UUID of the memory to retrieve", "type": "string" } }, "required": [ "memory_id" ], "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/cognitivecomputations/agi-mcp-server'

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