MCP Servers / productivity / GroundMemory

GroundMemory

JSON →
stdionone3productivity

Persistent identity and memory across AI tools - mcp-native, local-first, framework-agnostic, production-ready.

Install
How to run this server
[ { "cmd": "pip install groundmemory", "imports": [] } ]
server path: groundmemory
Tools
What this server exposes
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.
Configuration
Environment & auth
authnone
envGROUNDMEMORY_EMBEDDING__BASE_URL
envGROUNDMEMORY_EMBEDDING__API_KEY
Resources
GroundMemory — MCP Server · libregistry