Unforget MCP Server
OfficialClick 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., "@Unforget MCP Serverremember my preferred coding style is tabs"
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.
Unforget MCP Server
Long-term memory for Claude Code, Cursor, and any MCP client. Zero LLM on write. Zero config.
Install
pipx install unforget-mcpRelated MCP server: ai-memory
Setup
Claude Code
Add to your project's .mcp.json or global settings:
{
"mcpServers": {
"unforget": {
"command": "unforget-mcp",
"args": []
}
}
}Cursor
Add to Cursor settings → MCP Servers:
{
"mcpServers": {
"unforget": {
"command": "unforget-mcp",
"args": []
}
}
}VS Code (Copilot)
Add to .vscode/mcp.json:
{
"mcpServers": {
"unforget": {
"command": "unforget-mcp",
"args": []
}
}
}That's it. No API keys, no Docker, no database setup. An embedded PostgreSQL starts automatically.
Tools
Tool | Description |
| Store a fact, preference, or decision |
| Search memories with 4-channel retrieval |
| Delete memories by query or ID |
| List all stored memories |
| Update a memory (preserves history) |
Options
# Embedded mode (default — auto-starts PostgreSQL)
unforget-mcp
# External database
unforget-mcp --database-url postgresql://user:pass@localhost/db
# Custom scoping
unforget-mcp --org-id myorg --agent-id myagent
# SSE transport (for remote connections)
unforget-mcp --transport sse --port 8767How It Works
Claude Code / Cursor / MCP Client
│ MCP protocol (stdio or SSE)
▼
unforget-mcp server
├── unforget core (4-channel retrieval, embedder, reranker)
└── pgserver (embedded PostgreSQL + pgvector)Memories persist in
~/.unforget/mcp-data/4-channel retrieval: semantic + BM25 + entity + temporal
Cross-encoder reranking for accuracy
Zero LLM calls on write (~7ms per memory)
License
Apache 2.0
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/unforget-ai/unforget-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server