GroundMemory
JSON →Persistent identity and memory across AI tools - mcp-native, local-first, framework-agnostic, production-ready.
Install
pip install groundmemory Tools · 6
- memory_bootstrap Loads the full memory context (MEMORY.md, USER.md, AGENTS.md, RELATIONS.md, daily logs) into the conversation. Should be called at the start of every session.
- memory_read Reads memory entries from the GroundMemory system.
- memory_write Writes memory entries to the GroundMemory system.
- memory_relate Creates relationships between memory entries in the GroundMemory system.
- memory_list Lists memory entries. Optional tool that can be enabled via config.
- memory_tool Single dispatcher tool that routes all memory actions. Used in dispatcher mode for clients that perform better with fewer tools in scope.
Environment variables
GROUNDMEMORY_EMBEDDING__BASE_URLGROUNDMEMORY_EMBEDDING__API_KEY
Links
★ 3 GitHub stars