Skip to content
Grok

Flyto2 Runtime for Grok

io.github.flytohub/flyto-runtime

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

client:Grok transport:streamable-http

Install Flyto2 Runtime in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Flyto2 Runtime in other clients