docs: add Perseus Vault (local-first encrypted memory via MCP) guide#691
Open
tcconnally wants to merge 3 commits into
Open
docs: add Perseus Vault (local-first encrypted memory via MCP) guide#691tcconnally wants to merge 3 commits into
tcconnally wants to merge 3 commits into
Conversation
|
@tcconnally is attempting to deploy a commit to the LibreChat's projects Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a new MCP server guide: Perseus Vault MCP, under
content/docs/mcp_servers/, showing how to give a LibreChat Agent durable, encrypted, local-first long-term memory via MCP (stdio or SSE/HTTP).Perseus Vault is open-source (MIT), local-first, and MCP-native: a single binary with encryption at rest, no cloud and no API keys. This guide gives LibreChat agents
remember/recall/journal/timelinetools they call directly.Honest framing
The guide is explicit that this does not replace LibreChat's built-in User Memory (
memory:) store — that internal memory agent takes a provider/model but does not expose a pluggable storage backend or MCP hookup. Instead this attaches Perseus Vault's MCP tools to an Agent, and notes the two can coexist.Changes
content/docs/mcp_servers/perseus_vault.mdx— new guide (frontmatter +<Callout>/<Steps>matching the existing Salesforce/Google Workspace pages).content/docs/mcp_servers/meta.json— registerperseus_vaultin the sidebarpagesarray.content/docs/mcp_servers/index.mdx— add a card linking to the new guide.English
.mdxonly (source of truth), per the docs README; translations left to the workflow.