VREME
📸

Export Temporal Context Snapshot

Category: Context Tools

TEMPORAL CONTEXT SNAPSHOT: Export portable temporal context for Multi-LLM systems. Returns TemporalContextSnapshotV1 schema including current time, calendars, upcoming events, rhythm fingerprint, and optional artifacts. Use for sharing context between Claude, GPT-4, Gemini.

Parameters

window_daysnumberOptional

Days to look ahead (default: 3)

include_artifactsarrayOptional

Artifact IDs to include

timezonestringOptional

IANA timezone

Returns

snapshot_version:Schema version
current_time:Current datetime
calendars:Calendar contexts
upcoming_events:Upcoming events
rhythm_fingerprint:Activity rhythm
artifacts:Included artifacts

Example

export_temporal_context_snapshot(window_days=7)

Try It Now

This tool is available in the Vreme MCP server. Install via:

npx -y @vreme/temporal-mcp

Or add to your Claude Desktop, VS Code, Continue, or Cline configuration. See installation guide.