Skip to main content
Glama

memento-mcp

get_graph_at_time

Retrieve the Memento MCP knowledge graph memory snapshot for a specific timestamp. Query historical graph states accurately using a defined millisecond-based timestamp.

Instructions

Get your Memento MCP knowledge graph memory as it existed at a specific point in time

Input Schema

NameRequiredDescriptionDefault
timestampYesThe timestamp (in milliseconds since epoch) to query the graph at

Input Schema (JSON Schema)

{ "properties": { "timestamp": { "description": "The timestamp (in milliseconds since epoch) to query the graph at", "type": "number" } }, "required": [ "timestamp" ], "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/gannonh/memento-mcp'

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