Memory MCP
Speicher-MCP
Ein auf Wissensgraphen basierendes Speichersystem für KI-Agenten, das die dauerhafte Speicherung von Informationen zwischen Gesprächen ermöglicht.
Merkmale
Persistenter Speicher mithilfe einer Wissensgraphstruktur
Entity-Relationship-Modell zur Organisation von Informationen
Tools zum Hinzufügen, Suchen und Abrufen von Erinnerungen
Related MCP server: cortex-engine
Werkzeuge
Das System bietet die folgenden MCP-Tools:
load_knowledge_graph(): Ruft den gesamten Wissensgraphen abget_knowledge_graph_size(): Gibt die aktuelle Größenkategorie des Graphen zurück ("klein", "mittel" oder "groß")add_entities(entities): Fügt dem Speicher neue Entitäten hinzuadd_relations(relations): Erstellt Beziehungen zwischen Entitätenadd_observations(entity_name, observations): Fügt Beobachtungen zu bestehenden Entitäten hinzudelete_entities(entity_names): Entfernt Entitäten aus dem Speicherdelete_relations(relations): Entfernt Beziehungensearch_nodes(query, search_mode): Sucht nach Entitäten und Relationen, die einer Abfrage entsprechen. Unterstützt drei Suchmodi:"exact_phrase": Entspricht der gesamten Abfrage als Teilzeichenfolge
„any_token“: Stimmt überein, wenn ein beliebiges Wort in der Abfrage übereinstimmt (Standard)
"all_tokens": Stimmt überein, wenn alle Wörter in der Abfrage übereinstimmen
open_nodes(names): Ruft bestimmte Entitäten und ihre Beziehungen untereinander ab
Verwendung
Führen Sie den Agenten mit folgendem Befehl aus:
uv run memory_agent.pyDer Agent wird automatisch:
Laden Sie den Speicher zu Beginn von Gesprächen
Verweisen Sie bei Interaktionen auf relevante Informationen
Aktualisieren Sie das Gedächtnis mit neuen Informationen, wenn das Gespräch endet
Beenden Sie eine Konversation, indem Sie q eingeben.
Konfiguration
Legen Sie den Speicherort mit der Umgebungsvariablen MEMORY_FILE_PATH fest (standardmäßig memory.json ).
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.
Related MCP Servers
AlicenseAqualityDmaintenanceProvides persistent long-term memory for AI agents through semantic search and automated knowledge graph extraction. It enables agents to store, recall, and reason over facts, preferences, and relationships across multiple conversations and sessions.148MIT- AlicenseNot gradedqualityAmaintenancePersistent memory for AI agents with semantic memory, belief tracking, and dream consolidation, enabling cross-session knowledge retention.3149MIT
- FlicenseNot gradedqualityDmaintenanceAn agentic memory system that enables AI assistants to store, search, and manage persistent memories with semantic understanding using natural language instructions.
- AlicenseNot gradedqualityDmaintenanceProvides persistent knowledge graph memory for AI agents, enabling them to store, recall, and query facts about people, projects, and relationships across sessions.MIT
Related MCP Connectors
Persistent memory and knowledge graphs for AI agents. Hybrid search, context checkpoints, and more.
Persistent memory and knowledge graph for AI assistants — keyword + vector + graph search.
Persistent memory for AI agents — verbatim conversations, searchable by meaning.
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/HamzaFarhan/memory'
If you have feedback or need assistance with the MCP directory API, please join our Discord server