Flyto2 Runtime for Claude Desktop
io.github.flytohub/flyto-runtime
Self-hosted MCP runtime for ChatGPT to edit files, run commands, and test local projects.
client:Claude Desktop
transport:streamable-http
Install Flyto2 Runtime in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"flyto-runtime": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://{runtime_host}/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs