Skip to content
VS Code

Flyto2 Runtime for VS Code

io.github.flytohub/flyto-runtime

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

client:VS Code transport:streamable-http

Install Flyto2 Runtime in VS Code

.vscode/mcp.json

{
  "servers": {
    "flyto-runtime": {
      "type": "http",
      "url": "https://{runtime_host}/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Flyto2 Runtime in other clients