frostbyte for Windsurf
io.github.ozorown/frostbyte
MCP server giving AI agents access to 40+ APIs: geo, crypto, screenshots, DNS, and more
client:Windsurf
transport:stdio
runtime:oci
Install frostbyte in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs