Push a script, run it anywhere with curl 1ln.sh/<slug> | sh.
curl 1ln.sh/install | sh
How it works
#!/bin/sh echo "hello from $(hostname)"
curl 1ln.sh/oGcP | sh
hello from prod-web-01
Pass parameters at runtime
# 1ln.sh runtime parameters export ENV_1LN_ENV='staging' export ENV_1LN_PORT='8080' deployed staging on :8080
MCP server
Claude Code
claude mcp add 1ln npx -- -y 1ln-mcp
Cursor / Windsurf / Continue / other stdio client
npx -y 1ln-mcp
Add to claude_desktop_config.json:
{
"mcpServers": {
"1ln": {
"command": "npx",
"args": ["-y", "1ln-mcp"]
}
}
}