Skip to content
Cline

frostbyte for Cline

io.github.ozorown/frostbyte

MCP server giving AI agents access to 40+ APIs: geo, crypto, screenshots, DNS, and more

client:Cline transport:stdio runtime:oci

Install frostbyte in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "frostbyte": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ozorown/frostbyte-mcp:latest"
      ],
      "env": {
        "FROSTBYTE_API_KEY": "<FROSTBYTE_API_KEY>",
        "FROSTBYTE_BASE_URL": "<FROSTBYTE_BASE_URL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

frostbyte in other clients