Skip to content

docs: add Vestige as a local MCP memory server example - #35853

Open
samvallad33 wants to merge 1 commit into
anomalyco:devfrom
samvallad33:add-vestige-mcp-memory-example
Open

docs: add Vestige as a local MCP memory server example#35853
samvallad33 wants to merge 1 commit into
anomalyco:devfrom
samvallad33:add-vestige-mcp-memory-example

Conversation

@samvallad33

@samvallad33 samvallad33 commented Jul 8, 2026

Copy link
Copy Markdown

Issue for this PR

Closes #31402

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

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 the mcp_everything example, 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_everything block 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-mcp boots v2.2.1 and completes the MCP initialize handshake over stdio (returns serverInfo and capabilities, protocol 2024-11-05). The npm package vestige-mcp-server@2.2.1 ships the vestige-mcp binary the command calls. Docs only, so no app behavior changes.

Screenshots / recordings

Not a UI change, docs only.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE]: Add Vestige MCP server docs example

1 participant