EveryDev.ai
Subscribe
Home
Tools

3,864+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2782
  • Coding1973
  • Infrastructure825
  • Projects603
  • Marketing598
  • Research520
  • Analytics468
  • Design462
  • MCP419
  • Testing346
  • Security323
  • Data305
  • Integration224
  • Prompts220
  • Communication210
  • Extensions196
  • Learning179
  • Voice175
  • Commerce160
  • DevOps135
  • Web95
  • Finance31
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai Ā© 2026
    1. Home
    2. Tools
    3. Loopsy
    Loopsy icon

    Loopsy

    MCP Servers

    Control Claude Code, Cursor, Codex, or any shell on your laptop from your phone via a self-hosted Cloudflare Workers relay with no port forwarding required.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under Apache License 2.0. Self-host the relay on Cloudflare Workers free tier.

    Engagement

    Available On

    Windows
    macOS
    Linux
    Android
    iOS

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    MCP ServersTerminal & Session ManagementMulti-agent Systems

    Alternatives

    Concord MCPSenseLab (AMFS)Paca
    Developer
    leox255RemoteEst. 2026

    Listed May 2026

    About Loopsy

    Loopsy is an open-source tool that lets you control any terminal on your laptop from your phone, self-hosted on Cloudflare Workers. It connects your phone and laptop through a lightweight Cloudflare Worker relay using WebSockets, requiring no port forwarding, public IP, or VPN. It also enables agent-to-agent communication across machines on a LAN via MCP, allowing AI coding agents like Claude Code, Codex CLI, Gemini CLI, and Opencode to drive remote machines directly.

    • Phone-to-terminal control: Install the npm package, deploy your relay in ~30 seconds with npx @loopsy/deploy-relay, and pair your phone by scanning a QR code.
    • Full PTY support: Real terminal with ANSI rendering, scrollback, resize, and TUI support — sessions persist across tab switches, lock screens, and signal loss.
    • Voice input: Dictate commands via the Web Speech API directly from the mobile web app, with the ability to edit before sending.
    • Self-hosted relay: Deploy your own Cloudflare Worker relay so no third party sees your terminal content; the free tier covers personal use comfortably.
    • LAN agent-to-agent MCP tools: Daemons discover each other via mDNS and expose MCP tools (loopsy_execute, loopsy_transfer_file, loopsy_context_set, etc.) so AI agents can drive remote machines, share state, and pass messages.
    • Persistent PTY sessions: Spawn long-running sessions on remote machines, poll them later from your laptop or phone, and tear them down when done.
    • Shared key-value context store: Agents on different machines can read and write shared state, enabling multi-agent pipelines without direct coordination.
    • Secure pairing: ECDH (P-256) key exchange with a 6-digit short authentication string for LAN peers; HMAC-signed pair tokens and SHA-256 hashed secrets for phone pairing.
    • Per-session auto-approve: Opt in to skip confirmation prompts on a per-session basis; defaults off and requires macOS user password to enable.
    • Cross-platform CLI: Works on macOS, Linux, and Windows; supports launchd, systemd, and Task Scheduler for auto-start on login.
    Loopsy - 1

    Community Discussions

    Be the first to start a conversation about Loopsy

    Share your experience with Loopsy, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under Apache License 2.0. Self-host the relay on Cloudflare Workers free tier.

    • Full terminal control from phone
    • Self-hosted Cloudflare Workers relay
    • LAN agent-to-agent MCP tools
    • Persistent PTY sessions
    • Voice input

    Capabilities

    Key Features

    • Phone-to-terminal control via Cloudflare Workers relay
    • Full PTY with ANSI, scrollback, resize, and TUI support
    • Persistent sessions across tab switches and signal loss
    • Voice input via Web Speech API
    • Self-hosted relay deployment in ~30 seconds
    • LAN agent-to-agent communication via MCP
    • MCP tools for remote command execution, file transfer, and shared state
    • mDNS peer discovery on local networks
    • Shared key-value context store for multi-agent pipelines
    • Agent messaging protocol with delivery, ACKs, and retries
    • Per-session auto-approve for AI agent permissions
    • ECDH P-256 key exchange for LAN peer pairing
    • HMAC-signed pair tokens and SHA-256 hashed secrets
    • Per-IP rate limiting and bearer auth with constant-time compare
    • npm provenance via OIDC Trusted Publisher
    • Auto-start via launchd, systemd, or Task Scheduler
    • Configurable execution denylist and file transfer path restrictions
    • Audit log at ~/.loopsy/logs/audit.jsonl

    Integrations

    Claude Code
    Cursor
    Codex CLI
    Gemini CLI
    Opencode
    Cloudflare Workers
    Cloudflare Durable Objects
    MCP (Model Context Protocol)
    Web Speech API
    mDNS
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Loopsy and help others make informed decisions.

    Developer

    leox255

    leox255 builds Loopsy, an open-source tool for controlling terminals remotely from a phone and enabling AI agent-to-agent communication across machines. The project is written in TypeScript and self-hosted on Cloudflare Workers, with a focus on security, simplicity, and zero infrastructure overhead for personal use.

    Founded 2026
    Remote
    1 employees

    Used by

    Individual developers and open-source…
    Read more about leox255
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Concord MCP icon

    Concord MCP

    An open-source, local-first MCP server that gives coding agents (Claude Code, Codex, Cursor, Gemini CLI, Grok Build) a shared work-state layer for presence, messaging, task memory, and conflict-free coordination.

    SenseLab (AMFS) icon

    SenseLab (AMFS)

    AMFS is an open-source Agent Memory File System that gives multi-agent AI systems shared, versioned, outcome-validated memory with Git-like branching and a cognitive layer for continual learning.

    Paca icon

    Paca

    AI-native, self-hosted, open-source project management platform where AI agents and humans collaborate as equal Scrum teammates on a shared real-time Scrumban board.

    Browse all tools

    Related Topics

    MCP Servers

    Model Context Protocol servers that extend AI capabilities.

    235 tools

    Terminal & Session Management

    Terminal emulators, multiplexers, and session managers that help developers run parallel AI coding agents, manage multiple workspaces, and maintain persistent terminal sessions.

    47 tools

    Multi-agent Systems

    Platforms for creating and managing teams of AI agents that can collaborate.

    351 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions
    53views