MCP server for remotify.run. Gives any LLM (Claude Code, Cursor, Codex, Gemini, etc.) a remote_exec tool where the remote operator approves each command and output flows back - ending the chat-to-shell copy-paste loop for log grepping, service checks, and
{
"mcpServers": {
"remotify": {
"command": "npx",
"args": [
"-y",
"remotify-mcp"
]
}
}
}