Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. Hindsight
Hindsight logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 8:01:58 PM

Hindsight

User RatingsBe the first to rate and review this MCP server!
View Repository23.5k GitHub StarsTotal stargazers on GitHub for the source repository (23,462 stars).Visit Website
agent-memoryknowledgellmmcp

Stores, searches, and synthesizes long-term agent memory through retain, recall, and reflect operations.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "vectorize-io-hindsight": {
      "command": "npx",
      "args": [
        "-y",
        "skills"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Overview

The vectorize-io/hindsight MCP server provides long-term memory for AI agents, helping them retain information, retrieve relevant memories, and generate responses from stored context. Hindsight runs as a self-hosted service through Docker, pip, Helm, or an embedded Python mode, and exposes HTTP access for client applications. Reach for it when an agent needs memory across sessions rather than only conversation-history retrieval. It can use hosted, local, OpenAI-compatible, or gateway-based LLM providers.

Use cases

β€’Store facts across agent sessions
β€’Recall relevant user information
β€’Generate responses from accumulated memory
β€’Persist memory for coding or conversational agents

Key features

β€’Long-term agent memory
β€’Retain, recall, and reflect operations
β€’Named memory banks
β€’Python, Node.js, Go, CLI, and REST clients
β€’Docker, pip, Helm, and embedded deployment
β€’Hosted and local LLM provider support

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Hindsight.

Extracted Tool Capabilities
Long-term agent memory
Retain, recall, and reflect operations
Named memory banks
Python, Node.js, Go, CLI, and REST clients
Docker, pip, Helm, and embedded deployment
Hosted and local LLM provider support

How Hindsight works

What vectorize-io/hindsight MCP server does

The vectorize-io/hindsight MCP server is built around persistent memory for AI agents. It is intended for agents that need to learn from information over time, not simply replay previous conversation turns. The repository describes three central operations: retain, recall, and reflect.

Retain stores information in a named memory bank. Recall searches that bank for relevant information, while reflect generates a response based on the stored memories and the request. The README demonstrates retaining facts about a person, asking a question about those facts, and generating a natural-language response from the same bank.

The project also documents memory types, observations, mental models, knowledge pages, and memory banks. These concepts support organizing information and using it in later agent interactions, although the provided material does not enumerate the individual MCP tool definitions.

How it works

Hindsight can run as a service with an HTTP API. A Python or Node.js client connects to the service using its base URL, then identifies a memory bank when calling retain, recall, or reflect. The default self-hosted example uses http://localhost:8888 for the API and exposes a separate interface on port 9999.

The service uses an LLM provider for its memory-related processing. Documented provider options include hosted services such as OpenAI, Anthropic, Gemini, Groq, Bedrock, and Vertex AI; local runtimes such as Ollama, LM Studio, and Llama.cpp; OpenAI-compatible endpoints; and gateways including LiteLLM. Existing subscriptions can also be used with the documented provider names for OpenAI Codex, Claude Code, and GitHub Copilot.

Setup and configuration

The vectorize-io/hindsight MCP server can be deployed with the published Docker image, installed with pip install hindsight-api, or deployed through the provided Helm chart. The Docker example persists data in a volume and maps API port 8888 and UI port 9999. An external PostgreSQL deployment is also documented, and Oracle AI Database is listed as an enterprise storage option.

The standard examples configure HINDSIGHT_API_LLM_API_KEY. Provider selection uses HINDSIGHT_API_LLM_PROVIDER. A hosted Hindsight Cloud option is available at https://api.hindsight.vectorize.io, where clients connect with an API key instead of deploying the service themselves.

Python users can install hindsight-all for an embedded mode that does not require a separate server. Intel Macs require the documented hindsight-all-slim package.

Tools and capabilities

  • Store information in named memory banks with retain.
  • Search stored memories with recall.
  • Generate disposition-aware responses with reflect.
  • Connect through Python, Node.js/TypeScript, Go, CLI, or REST clients.
  • Run with embedded storage, external PostgreSQL, or documented enterprise storage.
  • Use hosted or local LLM providers, depending on deployment configuration.

Limitations and notes

The provided material does not list the MCP server’s exact tool names, transport configuration, or client-specific setup instructions. It also does not establish that every listed LLM provider works without its own credentials. Self-hosted examples require configuring an LLM provider, while local providers and some subscription-based provider modes may avoid a conventional API key.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    β˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory21 views
    Compare vs Moxie Docs MCP β†’
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    🧠 Knowledge & Memory16 views
    Compare vs Scrivener MCP β†’
  • Basic Memory logoBasic Memory

    Persistent, local-first AI memory: a semantic knowledge graph of plain Markdown files that humans and LLMs both read and write. Works with any MCP client, with optional cloud sync and team workspaces.

    🧠 Knowledge & Memory2 views
    Compare vs Basic Memory β†’
  • Agent Recall logoAgent Recall

    Correction-first agent memory. Precision KPI tracks if agents heed warnings. 5 layers, local-only.

    🧠 Knowledge & Memory2 views
    Compare vs Agent Recall β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
23k
Stargazers on the source repository.
npm downloads
35M
Package downloads in the last 30 days.
Last commit
Today
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Hindsight

The repository documents Docker, pip, Helm, and embedded Python installation paths. The pip server package is `hindsight-api`; exact MCP-specific installation instructions are not included in the provided material.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewHindsight AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/vectorize-io-hindsight?style=directory)](https://allmcps.com/mcp/vectorize-io-hindsight)
HTML Embed
<a href="https://allmcps.com/mcp/vectorize-io-hindsight"><img src="https://allmcps.com/api/badge/vectorize-io-hindsight?style=directory" alt="Hindsight on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthAPI key
LicenseMIT
ClientsCursor
Last updatedSep 11, 2026
9/10 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars23,462
GitHub Star CountTotal stargazers on GitHub representing community popularity (23,462 stars).
Last commitToday
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 11, 2026
npm downloads35,454,130/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
56Quality signal: Good Β· 56/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools18/30
Adoption & activity14/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 19d ago via OSV.dev Β· skills (npm)

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧠 Knowledge & Memory β†’Best MCP servers for Memory & Knowledge β†’Alternatives to Hindsight β†’Install in Claude DesktopInstall in CursorInstall in VS Code