Memory Bank MCP
UnclaimedMemory bank mcp in golang
Install
go install github.com/Protocol-Lattice/memory-bank-mcp@latestUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (14)
health.ping
Check if the server is running.
memory.add_short
Add a memory to a session's short-term buffer.
memory.embed
Get the vector embedding for a piece of text.
memory.flush
Persist a session's short-term buffer to the long-term vector store.
memory.retrieve_context
Retrieve relevant memories for a query from a session.
memory.store_long
Directly embed and store a memory in the long-term store.
shared.add_short_to
Add a short-term memory directly to a shared space.
shared.join
Make a principal's session view include a specific space.
shared.leave
Remove a space from a principal's session view.
shared.retrieve
Retrieve memories from a principal's merged view (local + joined spaces).
spaces.grant
Grant a role (reader, writer, admin) to a principal for a space.
spaces.list
List all spaces a principal has access to.
spaces.revoke
Revoke a principal's access to a space.
spaces.upsert
Create or update a shared space with a TTL and ACL.