Loopback
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Loopbackcheck the git status on my local machine"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Loopback
Loopback is a portable MCP bridge that lets authenticated web agents reach a machine through an MCP endpoint.
It is designed around a localhost MCP origin plus an optional public ingress layer:
Cloudflare Tunnel for custom domains
Tailscale Funnel for a public
*.ts.netendpointLocal-only mode for testing and private workflows
The canonical MCP URL is:
https://<host>/mcpInstall
Linux and macOS:
git clone https://github.com/p5n-n3t/loopback.git
cd loopback
./install.shThe installer creates ~/.config/loopback, builds an isolated Python environment, generates local credentials, installs the CLI to ~/.local/bin/loopback, and walks through ingress configuration.
For unattended local-only installation:
./install.sh --non-interactive --ingress localCloudflare example:
./install.sh --ingress cloudflare --host loopback.example.comRelated MCP server: SIN Mac Gateway
Standard MCP tools
The packaged runtime currently provides:
read_file— bounded text-file readswrite_file— create, replace, or append UTF-8 fileslist_dir— directory listing with metadatapatch_file— exact text replacement with optional backupsearch_text— recursive text search that skips dependency/cache foreststail_file— efficient log/file tailinggit_info— branch, remotes, status, and unborn-repo supportdiagnostics— runtime/dependency/disk diagnosticsmachine_info— non-secret machine identity and Loopback context
The development machine can use a separately administered trusted profile with additional local capabilities. That profile is intentionally not silently published as the default portable runtime.
CLI
loopback up
loopback down
loopback restart
loopback status
loopback doctor
loopback logs [N|-f]
loopback url
loopback token
loopback rotate-token
loopback config list|get|set
loopback helploopback up starts the MCP server first and then starts the selected ingress. loopback down reverses that sequence.
Cloudflare
The installer can:
Install
cloudflaredonly when Cloudflare is selected.Open Cloudflare CLI/browser authentication.
Create or locate a named tunnel.
Route the requested hostname to
127.0.0.1:2026.Save tunnel configuration outside Git under
~/.config/loopback.
Tailscale
When Tailscale is selected, the installer installs Tailscale only if needed, authenticates the node if necessary, and configures Funnel to publish the local MCP origin over HTTPS.
Authentication
Loopback keeps generated credentials under:
~/.config/loopbackTokens, Cloudflare credentials, OAuth state, logs, PID files, and machine-specific configuration are not intended to be committed.
The MCP server keeps its origin on 127.0.0.1; the ingress layer is what makes it reachable externally.
Fleet / gateway direction
For multiple machines, the recommended direction is one authenticated gateway MCP connector that routes to named nodes such as local, ora1, ora2, and so on, rather than copying one universal bearer credential onto every machine.
Supported platforms
Linux: supported
macOS: supported by the installer path, with Homebrew used for optional ingress dependencies
Windows: use WSL for the current release
Native Windows service management can be added separately without changing the MCP protocol or configuration model.
Security
Read SECURITY.md before exposing Loopback publicly.
The short version: this is administrative infrastructure. Keep localhost binding, keep authentication enabled, rotate leaked credentials, and do not commit runtime secrets.
License
MIT.
This server cannot be deployed
Maintenance
Related MCP Connectors
- QuallaaOAuthcom.quallaa
Talk to your public-facing AI from any MCP client — Claude, ChatGPT, Cursor, Cline, Windsurf.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
Agent-native collaboration network: orchestrate a team of long-running agents from any MCP client.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceUnifies local MCP servers into a single secure Cloudflare Tunnel endpoint, making them accessible to MCP clients like Notion and Claude. Supports HTTP/SSE/stdio servers, built-in file system tools, bearer authentication, and one-click Windows setup.MIT

SIN Mac Gatewayofficial
AlicenseNot gradedqualityCmaintenanceEnables remote MCP clients to securely access a trusted macOS machine's local file system and command execution tools (mcp-combiner) via OAuth-authenticated HTTPS through Cloudflare Tunnel, without opening router ports.MIT- AlicenseNot gradedqualityCmaintenanceEnables remote MCP clients like ChatGPT to run shell commands and manage files on your local machine via a Cloudflare tunnel, exposing tools for file operations, search, and task management.3MIT
- FlicenseNot gradedqualityCmaintenanceEnables programmatic control of Google Antigravity 2.0 agents via MCP, with secure HTTP/stdio transports and Tailscale Funnel for remote access.-