Hindsight
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Hindsightwhat do you remember about my project?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Hindsight
Open-source MCP server that gives AI coding assistants persistent memory.
Features
Persistent Memory: Records conversations, tracks file changes, extracts preferences and decisions
Auto Profile Generation: Builds user profiles and injects them into AGENTS.md
Context Awareness: New AI sessions start with full context of your coding style and project history
Multi-Project Support: Isolated memory per project with global user preferences
File Watching: Automatically tracks file modifications, creations, and deletions
Related MCP server: iai-mcp
Installation
npm install
npm run buildConfiguration
Add to your OpenCode config (~/.config/opencode/opencode.json):
{
"mcpServers": {
"hindsight": {
"command": "node",
"args": ["path/to/hindsight/dist/index.js"]
}
}
}Usage
Hindsight provides these MCP tools:
record_conversation- Record user/AI conversationsstart_file_watching- Monitor file changes in a directorystop_file_watching- Stop file monitoringget_user_context- Get current user profile and contextget_memories- Retrieve stored memoriesadd_memory- Manually add a memoryrefresh_profile- Regenerate user profile
How It Works
Records Interactions: Captures conversations and file changes
Extracts Patterns: Identifies preferences, decisions, and coding patterns
Generates Profile: Creates structured user profile in AGENTS.md
Provides Context: AI assistants read the profile on startup
Data Storage
Database:
~/.hindsight/hindsight.db(SQLite)Profile:
~/.config/opencode/AGENTS.md
License
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP server that gives AI assistants persistent memory across sessions. It stores project context, decisions, and progress in structured markdown files as well as a knowledge graph and sequential thinking for better memory storage.Last updated36631MIT
- AlicenseAqualityAmaintenanceA local MCP server that gives AI assistants a long-term memory by capturing sessions verbatim and surfacing relevant context automatically.Last updated15466MIT
- Alicense-qualityDmaintenanceAn MCP server that gives AI coding assistants persistent memory across sessions with chain-based project tracking, tickets, and structured handoffs.Last updatedGPL 3.0
- Alicense-qualityDmaintenanceA local MCP server that gives AI coding agents persistent memory and context across sessions.Last updated11MIT
Related MCP Connectors
Cloud-hosted MCP server for durable AI memory
Persistent memory and cross-session learning for AI coding assistants (hosted remote MCP).
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/LeoYueDev/handsight'
If you have feedback or need assistance with the MCP directory API, please join our Discord server