MCP Memory Server - Python Implementation
JSON →A Python implementation of the MCP memory server for knowledge graph storage and retrieval, using JSONL files for persistence.
Install
pip install -r Tools · 9
- add Add a memory to the knowledge graph
- update Update a memory in the knowledge graph
- delete Delete a memory from the knowledge graph
- search Search memories in the knowledge graph
- list List all memories in the knowledge graph
- get Get a specific memory by ID
- clear Clear all memories from the knowledge graph
- stats Get statistics about the knowledge graph
- export Export the knowledge graph to a file
Links
★ 1 GitHub stars