Skip to content

Connect Cline to a remote MCP server

Cline reaches your tunnel over Streamable HTTP and accepts the standard mcpServers block verbatim.

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

Cline ships as a VS Code extension, so its settings live under the extension’s global storage rather than anywhere obvious:

<config dir>/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json

where <config dir> is:

OSPath
Windows%APPDATA%
macOS~/Library/Application Support
Linux~/.config (or $XDG_CONFIG_HOME)

The path is the same shape on every platform once anchored on the config directory.

mcppipe up with no arguments scans that path along with the other clients, so a server already configured in Cline can be exposed without retyping it. See what it finds with mcppipe detect --json.

Cline runs inside your editor, on your machine, so the relevant allowlist entry is your own egress IP.