frostbyte for Cursor
io.github.ozorown/frostbyte
MCP server giving AI agents access to 40+ APIs: geo, crypto, screenshots, DNS, and more
client:Cursor
transport:stdio
runtime:oci
Install frostbyte in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"frostbyte": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs