Your machine. Any AI agent. Instant connection.
Let any AI agent run code, edit files, and execute commands on your machine — securely, with zero network configuration.
Architecture
Secure by design. Zero open ports.
Your machine connects outbound to the relay. AI agents connect to the relay. They never talk directly to your machine.
Your Machine
flexx connect
Relay
relay.flexx.dev
AI Agent
MCP / SSH
Your Machine
flexx connect
Relay
relay.flexx.dev
AI Agent
MCP / SSH
Outbound WebSocket only — zero inbound ports required on your machine
How it works
Running in under two minutes
From install to AI-ready in under two minutes. No network configuration required.
Features
Everything your AI agent needs
Standard protocols, secure defaults, and the tools your agents actually need.
MCP Protocol
AI agents interact with your machine via standard MCP tools — file ops, shell commands, screenshots, and more.
SSH Access
ssh flexx-myserver — works like any SSH host. Auto-configures ProxyCommand and known hosts.
Localhost Tunneling
Expose dev servers publicly with a single command. No ngrok, no configuration needed.
Screenshots & Vision
AI agents capture webpage screenshots for visual validation and UI testing workflows.
Workspace Safety
Path scoping, command blocklist, and file size limits keep your machine secure by default.
Auto-discovery
flexx detects installed tools automatically: ripgrep, Docker, Jupyter, Chrome, GPUs, and more.
Agent memory
Graph-backed memory for preferences, decisions, and project knowledge. Semantic search and structured recall over MCP — no prompt stuffing.
Use cases
Built for how you actually work
Pricing
Free to start. No credit card.
Run flexx on your own machine at no cost. Connect your development environment to AI agents in under 60 seconds.
Open Source
Self-host flexx on your own infrastructure with complete privacy.
- Self-hosted relay & daemon
- Unlimited MCP tools
- Localhost tunneling
- Community support
Cloud Free
Hosted relay and zero-configuration OAuth for individual developers.
- Unlimited remotes
- Knowledge graph memory
- Encrypted reverse tunnels
- Audit logs & Vision
Team
For teams collaborating with shared remote development environments.
- Multi-user organization access
- Custom tunnel domains
- SSO integration
- Dedicated support
MCP Configuration
Works with every MCP-compatible AI tool
One MCP endpoint. Copy the config for your AI tool and start using your machine remotely.
Add to your Cursor MCP settings (Settings → MCP → Add Server)
{
"mcpServers": {
"flexx": {
"url": "https://relay.flexx.dev/v1/mcp"
}
}
}FAQ
Frequently asked questions
What is MCP and how does flexx use it?
MCP (Model Context Protocol) is an open standard that lets AI agents interact with external tools. flexx turns your machine into an MCP server — AI agents like Cursor, Claude, and ChatGPT can read files, run commands, and edit code on your machine through the relay.
Is my machine exposed to the internet?
No. Your machine only makes outbound WebSocket connections to the relay. Zero inbound ports are opened. The relay mediates all communication between AI agents and your machine.
Which AI tools are supported?
Any tool that supports the Model Context Protocol (MCP) works with flexx. This includes Cursor, Claude Desktop, ChatGPT with MCP plugins, OpenAI Codex, and any custom MCP client.
How is authentication handled?
flexx uses OAuth 2.1 with PKCE for MCP connections. When an AI tool connects, it goes through a consent flow where you approve access and choose which machine to connect. You can revoke access anytime from the dashboard.
What tools can AI agents use on my machine?
AI agents can read and write files, execute shell commands, search codebases (via ripgrep), take screenshots (if Chrome is installed), list processes, and more. Available tools are auto-discovered based on what's installed.
Does it work behind a corporate firewall or NAT?
Yes. Because flexx only makes outbound connections, it works behind firewalls, NAT, and most corporate networks without any configuration. No VPN or port forwarding needed.
Is flexx free?
Yes. The free tier includes unlimited remotes, unlimited MCP tools, SSH access, and localhost tunneling. Managed and team tiers with additional features are coming soon.
Does flexx include agent memory?
Yes. flexx ships a graph-backed memory layer. Agents can store and recall decisions, preferences, and project context across sessions and tools — all through the same MCP endpoint.
Which platforms are supported?
flexx runs on macOS (Intel and Apple Silicon), Linux (x86_64 and ARM64), and Windows (x86_64 and ARM64). It's a single Go binary with zero dependencies.
Get started
One command. That's it.
Works on macOS, Linux, and Windows. One binary, zero dependencies.
$ curl -fsSL https://cli.flexx.dev/install.sh | shirm https://cli.flexx.dev/install.ps1 | iexThen run: flexx setupAlready have an account? Sign in