https://github.com/tomschell/mcp-long-term-memory
A long-term memory storage system for LLMs using the Model Context Protocol (MCP) standard. This system helps LLMs remember the context of work done over the entire history of a project, even across multiple sessions. It uses semantic search with embeddings to provide relevant context from past interactions and development decisions.
https://github.com/tomschell/mcp-long-term-memory
Last synced: 3 days ago
JSON representation
A long-term memory storage system for LLMs using the Model Context Protocol (MCP) standard. This system helps LLMs remember the context of work done over the entire history of a project, even across multiple sessions. It uses semantic search with embeddings to provide relevant context from past interactions and development decisions.
- Host: GitHub
- URL: https://github.com/tomschell/mcp-long-term-memory
- Owner: tomschell
- License: mit
- Created: 2025-03-19T18:48:17.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-19T18:51:16.000Z (3 months ago)
- Last Synced: 2025-03-19T19:39:35.547Z (3 months ago)
- Language: TypeScript
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
Awesome Lists containing this project
- mcp-index - Memory MCP Server - Long-term memory storage for LLMs that maintains project context across sessions, enabling efficient retrieval and recall of past interactions and decisions via semantic search. Organizes memories by type, tags, and relationships for streamlined management. (Task and Project Management)