M

Memories With Lessons

一個基於知識圖譜的持久化記憶服務器,支持跨會話記憶用戶信息並通過錯誤學習系統積累經驗。提供實體關係管理、觀察記錄存儲和錯誤解決方案管理功能,可集成到Cursor MCP客戶端中。
2.5分
48

What is the Knowledge Graph Memory Server?

This server provides Claude with long-term memory capabilities by storing information in a structured knowledge graph format. It remembers user details, preferences, and past interactions, while also capturing error patterns and solutions for continuous learning.

How does it work?

The server stores information as interconnected entities (people, organizations, events) with observations (facts) and relationships. Special 'lesson' entities capture error patterns and verified solutions for future reference.

When should I use it?

Ideal for: 1) Personalized AI assistants that remember user details 2) Technical support bots that learn from past solutions 3) Any application requiring persistent memory across conversations.

Key Features

Entity SystemStore information about people, organizations, and events as interconnected nodes with attributes and relationships.
Error LearningCapture error patterns and solutions as special 'lesson' entities that improve over time with success rate tracking.
Persistent MemoryMaintain information across different conversations through local JSON storage that persists between sessions.
Cursor MCP IntegrationSeamless integration with Cursor IDE through Model Context Protocol for developer assistance scenarios.

Pros and Cons

Advantages
Remembers user preferences and details across conversations
Learns from mistakes by capturing error patterns and solutions
Lightweight local storage avoids cloud dependencies
Structured knowledge graph enables complex relationship modeling
Limitations
Local storage limits sharing across devices
Manual setup required for Cursor integration
Basic search capabilities (no advanced semantic search)
File-based storage may have performance limits at scale

Setup Guide

Installation
Install via Docker or NPX depending on your preference.
Cursor Configuration
Add the server configuration to your claude_desktop_config.json file.
System Prompt
Configure Claude's behavior with a prompt template that specifies when and how to use memory.
Memory Management
Use the provided API tools to create, read, update and delete memory entries as needed.

Example Scenarios

Personal AssistantClaude remembers user preferences and personal details across conversations
Technical SupportLearn from and recall solutions to common technical errors
Project ManagementTrack team members and their relationships to projects

Frequently Asked Questions

Where is the memory data stored?
How do I clear the memory?
Can I use this with multiple users?
What happens if the JSON files get too large?

Additional Resources

GitHub Repository
Original source code and documentation
Model Context Protocol
About the MCP standard this implements
Knowledge Graphs Explained
Background on knowledge graph technology
安裝
複製以下命令到你的Client進行配置
{
  "mcpServers": {
    "memory": {
      "command": "docker",
      "args": ["run", "-i", "-v", "claude-memory:/app/dist", "--rm", "mcp/memory"]
    }
  }
}

{
  "mcpServers": {
    "memory": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-memory"
      ]
    }
  }
}

{
  "mcpServers": {
    "memory": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-memory"
      ],
      "env": {
        "MEMORY_FILE_PATH": "/path/to/custom/memory.json"
      }
    }
  }
}
注意:您的密鑰屬於敏感信息,請勿與任何人分享。
N
Notte Browser
已認證
Notte是一個開源的全棧網絡AI代理框架,提供瀏覽器會話、自動化LLM驅動的代理、網頁觀察與操作、憑證管理等功能,旨在將互聯網轉化為代理友好的環境,並通過自然語言描述網站結構,降低LLM的認知負擔。
649
4.5分
B
Bing Search MCP
一個用於集成微軟Bing搜索API的MCP服務器,支持網頁、新聞和圖片搜索功能,為AI助手提供網絡搜索能力。
Python
223
4分
A
Apple Notes MCP
一個為Claude桌面端提供本地Apple Notes數據庫訪問的服務器,支持讀取和搜索筆記內容。
Python
199
4.3分
C
Cloudflare
Changesets是一個用於管理多包或單包倉庫版本和發佈的構建工具。
TypeScript
1.5K
5分
E
Eino
Eino是一個專為Golang設計的LLM應用開發框架,旨在通過簡潔、可擴展、可靠且高效的組件抽象和編排能力,簡化AI應用開發流程。它提供豐富的組件庫、強大的圖形編排功能、完整的流處理支持以及高度可擴展的切面機制,覆蓋從開發到部署的全週期工具鏈。
Go
3.4K
5分
M
Modelcontextprotocol
已認證
該項目是一個集成Sonar API的MCP服務器實現,為Claude提供即時網絡搜索能力。包含系統架構、工具配置、Docker部署及多平臺集成指南。
TypeScript
1.1K
5分
S
Serena
Serena是一個強大的開源編碼代理工具包,能夠將LLM轉化為可直接在代碼庫上工作的全功能代理。它提供類似IDE的語義代碼檢索和編輯工具,支持多種編程語言,並可通過MCP協議或Agno框架與多種LLM集成。
Python
798
5分
O
Open Multi Agent Canvas
Open Multi-Agent Canvas是一個開源的多智能體聊天界面,支持在動態對話中管理多個智能體,用於旅行規劃、研究和通用任務處理。
TypeScript
424
4.5分
精選MCP服務推薦
B
Baidu Map
已認證
百度地圖MCP Server是國內首個兼容MCP協議的地圖服務,提供地理編碼、路線規劃等10個標準化API接口,支持Python和Typescript快速接入,賦能智能體實現地圖相關功能。
Python
717
4.5分
M
Markdownify MCP
Markdownify是一個多功能文件轉換服務,支持將PDF、圖片、音頻等多種格式及網頁內容轉換為Markdown格式。
TypeScript
1.7K
5分
F
Firecrawl MCP Server
Firecrawl MCP Server是一個集成Firecrawl網頁抓取能力的模型上下文協議服務器,提供豐富的網頁抓取、搜索和內容提取功能。
TypeScript
3.9K
5分
S
Sequential Thinking MCP Server
一個基於MCP協議的結構化思維服務器,通過定義思考階段幫助分解複雜問題並生成總結
Python
285
4.5分
M
Magic MCP
Magic Component Platform (MCP) 是一個AI驅動的UI組件生成工具,通過自然語言描述幫助開發者快速創建現代化UI組件,支持多種IDE集成。
JavaScript
1.7K
5分
C
Context7
Context7 MCP是一個為AI編程助手提供即時、版本特定文檔和代碼示例的服務,通過Model Context Protocol直接集成到提示中,解決LLM使用過時信息的問題。
TypeScript
5.2K
4.7分
E
Edgeone Pages MCP Server
EdgeOne Pages MCP是一個通過MCP協議快速部署HTML內容到EdgeOne Pages並獲取公開URL的服務
TypeScript
260
4.8分
N
Notion Api MCP
已認證
一個基於Python的MCP服務器,通過Notion API提供高級待辦事項管理和內容組織功能,實現AI模型與Notion的無縫集成。
Python
130
4.5分
AIbase
智啟未來,您的人工智慧解決方案智庫
© 2025AIbase