Skip to content
Cursor

Flyto2 Runtime for Cursor

io.github.flytohub/flyto-runtime

Self-hosted MCP runtime for ChatGPT to edit files, run commands, and test local projects.

client:Cursor transport:streamable-http

Install Flyto2 Runtime in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "flyto-runtime": {
      "url": "https://{runtime_host}/mcp"
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Flyto2 Runtime in other clients