Docs menu+

Open-source autopilot for VS Code and JetBrains. Continue uses YAML, not JSON, so paste the equivalent block.

#Continue

Open-source autopilot for VS Code and JetBrains. Continue uses YAML, not JSON, so paste the equivalent block.

#Status

Manual paste the snippet below into the indicated config file.

#Config file

macOS: ~/.continue/config.yaml

Windows: %USERPROFILE%\.continue\config.yaml

Linux: ~/.continue/config.yaml

#Setup

Open the config file above, paste the block below, save:

yaml
# Append under `mcpServers:` in ~/.continue/config.yaml mcpServers: - name: vault command: mcpvault args: ["server"] - name: supabase command: mcpvault args: ["wrap", "supabase"] - name: github command: mcpvault args: ["wrap", "github"] - name: vercel command: mcpvault args: ["wrap", "vercel"] - name: stripe command: mcpvault args: ["wrap", "stripe"]

#Restart

Reload your editor window. Continue rereads config.yaml on activation.

#Notes

  • Continue's MCP support is YAML, not JSON. The fields map 1:1 to the Claude Desktop format.

#Verify

Run mcpvault doctor --client continue to confirm Continue sees the vault.

Continue — mcpvault docs