memento-mcp

by gannonh
Verified

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" }
ID: r8o11c6krf