Back to MCP Servers
🔌

vectorize-io/hindsight

MITAPI key required

🐍 ☁️ 🏠 - Hindsight: Agent Memory That Works Like Human Memory - Built for AI Agents to manage Long Term Memory

PythonAI & LLMs

Install

npx -y skills

Required environment variables

OPENAI_API_KEYSet in your MCP config
HINDSIGHT_API_LLM_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "vectorize-io-hindsight": {
      "command": "npx",
      "args": [
        "-y",
        "skills"
      ],
      "env": {
        "OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
        "HINDSIGHT_API_LLM_API_KEY": "<YOUR_HINDSIGHT_API_LLM_API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.