Get Started

Continue

100% FREENo account or API key required

Install Memoria for the Continue VS Code extension.

Step 1: Find Config File

Continue stores configuration at:

~/.continue/config.json

Step 2: Add Configuration

Continue uses a slightly different config format. Add the following to your config.json:

{
  "experimental": {
    "modelContextProtocolServers": [
      {
        "transport": {
          "type": "stdio",
          "command": "npx",
          "args": ["-y", "@byronwade/memoria"]
        }
      }
    ]
  }
}

If you have an existing config, merge the experimental section:

{
  "models": [...],
  "experimental": {
    "modelContextProtocolServers": [
      {
        "transport": {
          "type": "stdio",
          "command": "npx",
          "args": ["-y", "@byronwade/memoria"]
        }
      }
    ]
  }
}

Step 3: Reload VS Code

Reload your VS Code window (Cmd/Ctrl + Shift + P → "Developer: Reload Window").

Verify Installation

Ask Continue:

"What MCP tools do you have available?"

You should see analyze_file and ask_history from Memoria.

Usage

Ask the AI to analyze files before making changes:

"Analyze src/api/route.ts before I refactor it"

Experimental Feature

MCP support in Continue is marked as experimental. Check Continue's documentation for the latest configuration format.

Continue Setup | Memoria | Memoria