Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion docs/customize/deep-dives/mcp-examples.mdx
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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:
Expand Down
Loading