T1nker 1220 Memories With Lessons MCP Server
T

T1nker 1220 Memories With Lessons MCP Server

一個基於知識圖譜的持久化記憶服務器實現,支持跨會話記憶用戶信息和錯誤學習系統,包含實體管理、關係建立、觀察記錄和錯誤課程等核心功能。
2分
6.1K

What is 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, relationships between entities, and lessons learned from past errors to improve future interactions.

How does it work?

The server stores information as entities (nodes) connected by relations (edges) with attached observations (facts). Special 'lesson' entities capture error patterns and solutions for continuous learning.

When should I use it?

Ideal for personalized AI assistants that need to remember user preferences, maintain context across conversations, or learn from troubleshooting experiences.

Key Features

Entity Tracking
Store and organize information about people, organizations, and events as interconnected entities.
Relationship Mapping
Define and visualize how different entities connect and interact with each other.
Error Learning System
Capture error patterns and solutions as lessons that improve over time based on success rates.
Persistent Memory
Maintain information across different chat sessions for continuous context.
Advantages
Personalized interactions through memory of user details
Faster error resolution with learned solutions
Structured knowledge representation enables complex reasoning
Lightweight local storage maintains privacy
Limitations
Requires manual setup for integration
Local storage means memories don't sync across devices
Initial learning curve for optimal prompt engineering

Setup Guide

Installation
Choose your preferred installation method from Docker, NPX, or custom build.
Configuration
Add the server configuration to your claude_desktop_config.json file.
System Prompt
Configure Claude's interaction pattern with the memory system using the provided prompt template.

Usage Scenarios

Personalized Assistant
Remember user preferences across conversations
Technical Troubleshooting
Store and recall solutions to common errors

Frequently Asked Questions

Where is the memory data stored?
How do I clear the memory?
Can I use this with Claude.ai?

Additional Resources

GitHub Repository
Source code and original implementation
Cursor MCP Documentation
Official Model Context Protocol documentation
Knowledge Graphs Explained
Introductory article about knowledge graphs

安裝

複製以下命令到你的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"
      }
    }
  }
}
注意:您的密鑰屬於敏感信息,請勿與任何人分享。

替代品

A
Airweave
Airweave是一個開源的人工智能代理和RAG系統的上下文檢索層,它連接並同步各種應用程序、工具和數據庫的數據,通過統一的搜索接口為AI代理提供相關、即時、多源的上下文信息。
Python
7.9K
5分
V
Vestige
Vestige是一個基於認知科學的AI記憶引擎,通過實現預測誤差門控、FSRS-6間隔重複、記憶夢境等29個神經科學模塊,為AI提供長期記憶能力。包含3D可視化儀表板和21個MCP工具,完全本地運行,無需雲端。
Rust
5.4K
4.5分
M
Moltbrain
MoltBrain是一個為OpenClaw、MoltBook和Claude Code設計的長期記憶層插件,能夠自動學習和回憶項目上下文,提供智能搜索、觀察記錄、分析統計和持久化存儲功能。
TypeScript
5.4K
4.5分
A
Assistant Ui
assistant-ui是一個開源TypeScript/React庫,用於快速構建生產級AI聊天界面,提供可組合的UI組件、流式響應、無障礙訪問等功能,支持多種AI後端和模型。
TypeScript
7.8K
5分
N
Next Devtools MCP
Next.js開發工具MCP服務器,為Claude、Cursor等AI編程助手提供Next.js開發工具和實用程序,包括運行時診斷、開發自動化和文檔訪問功能。
TypeScript
9.9K
5分
P
Praisonai
PraisonAI是一個生產就緒的多AI智能體框架,具有自反思功能,旨在創建AI智能體來自動化解決從簡單任務到複雜挑戰的各種問題。它通過將PraisonAI智能體、AG2和CrewAI集成到一個低代碼解決方案中,簡化了多智能體LLM系統的構建和管理,強調簡單性、定製化和有效的人機協作。
Python
9.5K
5分
H
Haiku.rag
Haiku RAG是一個基於LanceDB、Pydantic AI和Docling構建的智能檢索增強生成系統,支持混合搜索、重排序、問答代理、多代理研究流程,並提供本地優先的文檔處理和MCP服務器集成。
Python
10.5K
5分
B
Blueprint MCP
Blueprint MCP是一個基於Arcade生態的圖表生成工具,利用Nano Banana Pro等技術,通過分析代碼庫和系統架構自動生成架構圖、流程圖等可視化圖表,幫助開發者理解複雜系統。
Python
10.8K
4分
B
Baidu Map
已認證
百度地圖MCP Server是國內首個兼容MCP協議的地圖服務,提供地理編碼、路線規劃等10個標準化API接口,支持Python和Typescript快速接入,賦能智能體實現地圖相關功能。
Python
38.5K
4.5分
M
Markdownify MCP
Markdownify是一個多功能文件轉換服務,支持將PDF、圖片、音頻等多種格式及網頁內容轉換為Markdown格式。
TypeScript
32.2K
5分
F
Firecrawl MCP Server
Firecrawl MCP Server是一個集成Firecrawl網頁抓取能力的模型上下文協議服務器,提供豐富的網頁抓取、搜索和內容提取功能。
TypeScript
121.6K
5分
S
Sequential Thinking MCP Server
一個基於MCP協議的結構化思維服務器,通過定義思考階段幫助分解複雜問題並生成總結
Python
31.8K
4.5分
N
Notion Api MCP
已認證
一個基於Python的MCP服務器,通過Notion API提供高級待辦事項管理和內容組織功能,實現AI模型與Notion的無縫集成。
Python
18.4K
4.5分
M
Magic MCP
Magic Component Platform (MCP) 是一個AI驅動的UI組件生成工具,通過自然語言描述幫助開發者快速創建現代化UI組件,支持多種IDE集成。
JavaScript
19.7K
5分
E
Edgeone Pages MCP Server
EdgeOne Pages MCP是一個通過MCP協議快速部署HTML內容到EdgeOne Pages並獲取公開URL的服務
TypeScript
23.4K
4.8分
C
Context7
Context7 MCP是一個為AI編程助手提供即時、版本特定文檔和代碼示例的服務,通過Model Context Protocol直接集成到提示中,解決LLM使用過時信息的問題。
TypeScript
80.4K
4.7分
AIBase
智啟未來,您的人工智慧解決方案智庫
© 2026AIBase