frostbyte for Grok
io.github.ozorown/frostbyte
MCP server giving AI agents access to 40+ APIs: geo, crypto, screenshots, DNS, and more
client:Grok
transport:stdio
runtime:oci
Install frostbyte in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
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