docs: add Vestige as a local MCP memory server example - #35853
Open
samvallad33 wants to merge 1 commit into
Open
docs: add Vestige as a local MCP memory server example#35853samvallad33 wants to merge 1 commit into
samvallad33 wants to merge 1 commit into
Conversation
Adds Vestige to the MCP servers docs (local example alongside mcp_everything) and to the ecosystem projects table. Vestige gives opencode persistent, locally-stored memory across sessions via a stdio MCP server. Tested: npx -y -p vestige-mcp-server@latest vestige-mcp boots v2.2.1 and completes the MCP initialize handshake on stdio.
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.
Issue for this PR
Closes #31402
Type of change
What does this PR do?
Adds Vestige to the docs as a local MCP server example, in two spots: a
type: "local"config block in the MCP servers page right after themcp_everythingexample, and one row in the ecosystem Projects table.Vestige is a local-first memory server that runs over stdio. It lets opencode keep memory across sessions (decisions, preferences, past fixes) without a cloud account, since everything stays on the user's machine. I kept the example minimal and matched the shape of the existing
mcp_everythingblock so it reads consistently with the rest of the section.How did you verify your code works?
Ran the exact command from the config block.
npx -y -p vestige-mcp-server@latest vestige-mcpboots v2.2.1 and completes the MCPinitializehandshake over stdio (returnsserverInfoandcapabilities, protocol2024-11-05). The npm packagevestige-mcp-server@2.2.1ships thevestige-mcpbinary the command calls. Docs only, so no app behavior changes.Screenshots / recordings
Not a UI change, docs only.
Checklist