GoDrop for Grok
io.github.fatihbaltaci/godrop
Self-hosted file host: upload a file, get a public URL an agent can paste into a pull request.
client:Grok
transport:stdio
runtime:oci
Install GoDrop in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"godrop": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/fatihbaltaci/godrop:1.3.1"
],
"env": {
"GODROP_URL": "<GODROP_URL>",
"GODROP_TOKEN": "<GODROP_TOKEN>"
}
}
}
}
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