---
title: "hindsight"
description: "Long-term memory for AI agents. Recalls relevant past context before you answer and retains durable facts as you work, backed by Hindsight's retain/recall/reflect memory engine."
canonical: https://agentpluginsdirectory.com/plugins/hindsight
last-updated: 2026-09-26
---

# hindsight
Long-term memory for AI agents. Recalls relevant past context before you answer and retains durable facts as you work, backed by Hindsight's retain/recall/reflect memory engine.
- Slug: hindsight
- Publisher: Hindsight (Vectorize)
- Repository: https://github.com/vectorize-io/hindsight
- Manifest: hindsight-integrations/agent-plugin/plugin.json
- Version: 1.0.0
- License: MIT
- Category (editorial): agent-tooling
- Skills: 1 (hindsight-memory)
- MCP servers: 1 (hindsight)
- Stars: 30510
- Repository created: 2025-10-30
- Repository last pushed: 2026-09-25
- Publisher type: Organization
- Listing: https://agentpluginsdirectory.com/plugins/hindsight
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What hindsight does, in the publisher's words

A portable Agent Plugin (spec 1.0.0) that gives any compatible agent client long-term memory via Hindsight.

Agent Plugins is the vendor-neutral standard (AWS, Cursor, GitHub/Microsoft, OpenAI, Vercel) for packaging Agent Skills + MCP servers into one distributable plugin. At launch it is supported by ChatGPT/Codex, Cursor, GitHub Copilot, Kiro, and VS Code.

This is the portable front door to Hindsight: one artifact, every supported client. It carries the same retain / recall / reflect memory as our per-IDE integrations, but as a single standards-based bundle instead of N hand-rolled configs.

- mcp.json points the client at Hindsight's built-in MCP server (retain, recall, reflect, knowledge pages, and more: see MCP Server docs). The plugin is transport-only; all memory logic stays server-side.
- skills/hindsight-memory/SKILL.md is loaded into the agent's context so it knows when to reach for memory, not just that the tools exist.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/vectorize-io/hindsight/HEAD/hindsight-integrations/agent-plugin/README.md

## Skills

- hindsight-memory: Long-term memory for the agent via Hindsight. Use to recall relevant past context before answering, retain durable facts as you learn them, and reflect over accumulated memory for the "why" behind a decision. Load whenever continuity across sessions matters: the user refers to earlier work, states…

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.

## MCP servers

- hindsight: transport: streamable-http; url: https://api.hindsight.vectorize.io/mcp

Read from the plugin's own mcp.json. Environment variable names only, never values.
