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
{
"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