▶️

Continue

Open-source AI code assistant for VS Code and JetBrains

Multi-model supportCustom contextIDE integration
Get Continue

Quick Setup

Configure MCP servers in Continue by editing your config file

macOS
~/.continue/config.json
Windows
%USERPROFILE%\.continue\config.json
Linux
~/.continue/config.json

Example Configuration

config.json
{
  "mcpServers": [
    {
      "name": "filesystem",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/path/to/files"
      ]
    },
    {
      "name": "github",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-github"
      ],
      "env": {
        "GITHUB_TOKEN": "your-token-here"
      }
    }
  ]
}

1. Open or create the config file at the path shown above

2. Add servers from the list below to your config

3. Restart Continue to load the new servers

Compatible Servers

181 servers work with Continue

View all →