From dc77efb0a1cd19d12d17a546e1387d6aaf4d9c17 Mon Sep 17 00:00:00 2001 From: Sam Valladares Date: Tue, 7 Jul 2026 22:26:01 -0700 Subject: [PATCH] docs: add Vestige to example MCP servers --- docs/customize/deep-dives/mcp-examples.mdx | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/customize/deep-dives/mcp-examples.mdx b/docs/customize/deep-dives/mcp-examples.mdx index e596f1dfd57..dc1c76f14e8 100644 --- a/docs/customize/deep-dives/mcp-examples.mdx +++ b/docs/customize/deep-dives/mcp-examples.mdx @@ -1,6 +1,6 @@ --- title: "Example MCP Servers" -keywords: [mcp, integrations, sentry, slack, linear, posthog, supabase, netlify, atlassian, github, sanity, snyk, dlt, chrome-devtools] +keywords: [mcp, integrations, sentry, slack, linear, posthog, supabase, netlify, atlassian, github, sanity, snyk, dlt, chrome-devtools, vestige, memory] --- Ready-to-use MCP server configurations for popular tools and services. Copy these into your `config.yaml` to get started. @@ -183,6 +183,21 @@ mcpServers: See also: [Chrome DevTools MCP guide](/guides/chrome-devtools-mcp-performance) +## Vestige + +Vestige gives the agent persistent memory across sessions. It runs locally and stores decisions, preferences, and past fixes on your own machine, so Continue can recall project context instead of starting cold each time. + +```yaml +mcpServers: + - name: Vestige + command: npx + args: + - "-y" + - "-p" + - "vestige-mcp-server@latest" + - "vestige-mcp" +``` + ## Other guides These integrations have guides available but use direct API integration rather than MCP: