Skip to content

Connect Continue.dev to a remote MCP server

Continue.dev reaches your tunnel over Streamable HTTP, and keeps its MCP servers under a nested experimental key rather than the flat mcpServers block most clients use.

{
"experimental": {
"modelContextProtocolServers": {
"notes-via-tunnel": {
"url": "https://notes--acme.mcppipe.dev/mcp"
}
}
}
}

mcppipe up prints the generic mcpServers block, so for Continue.dev you need to move the map under experimental.modelContextProtocolServers — the inner server entry itself is unchanged.

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

mcppipe up with no arguments reads that file and understands the experimental.modelContextProtocolServers shape, so servers you already have configured in Continue.dev are found without retyping. Check with:

Terminal window
mcppipe detect --json

Continue.dev runs in your editor on your machine, so the relevant allowlist entry is your own egress IP.