GoDrop
Rank #17,514io.github.fatihbaltaci/godrop
Self-hosted file host: upload a file, get a public URL an agent can paste into a pull request.
GoDrop is a Model Context Protocol (MCP) server published by fatihbaltaci. It ranks #17,514 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. GoDrop is listed on Official MCP, with 2 tracked versions. It was first listed on Aug 16, 2026 and most recently updated on Aug 16, 2026.
Ranks ahead of 114,532 of 132,046 servers on MCP Toplist.
Use GoDrop
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add godrop -e "GODROP_URL=<your GODROP_URL>" -e "GODROP_TOKEN=<your GODROP_TOKEN>" -- docker run -i --rm -e GODROP_URL -e GODROP_TOKEN ghcr.io/fatihbaltaci/godrop:1.3.1 mcpReplace each placeholder with your own value before saving.
[mcp_servers.godrop]
command = "docker"
args = ["run", "-i", "--rm", "-e", "GODROP_URL", "-e", "GODROP_TOKEN", "ghcr.io/fatihbaltaci/godrop:1.3.1", "mcp"]
[mcp_servers.godrop.env]
GODROP_URL = "<your GODROP_URL>"
GODROP_TOKEN = "<your GODROP_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"godrop": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GODROP_URL",
"-e",
"GODROP_TOKEN",
"ghcr.io/fatihbaltaci/godrop:1.3.1",
"mcp"
],
"env": {
"GODROP_URL": "<your GODROP_URL>",
"GODROP_TOKEN": "<your GODROP_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"godrop": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GODROP_URL",
"-e",
"GODROP_TOKEN",
"ghcr.io/fatihbaltaci/godrop:1.3.1",
"mcp"
],
"env": {
"GODROP_URL": "<your GODROP_URL>",
"GODROP_TOKEN": "<your GODROP_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"godrop": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GODROP_URL",
"-e",
"GODROP_TOKEN",
"ghcr.io/fatihbaltaci/godrop:1.3.1",
"mcp"
],
"env": {
"GODROP_URL": "<your GODROP_URL>",
"GODROP_TOKEN": "<your GODROP_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"godrop": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GODROP_URL",
"-e",
"GODROP_TOKEN",
"ghcr.io/fatihbaltaci/godrop:1.3.1",
"mcp"
],
"env": {
"GODROP_URL": "<your GODROP_URL>",
"GODROP_TOKEN": "<your GODROP_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"godrop": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GODROP_URL",
"-e",
"GODROP_TOKEN",
"ghcr.io/fatihbaltaci/godrop:1.3.1",
"mcp"
],
"env": {
"GODROP_URL": "<your GODROP_URL>",
"GODROP_TOKEN": "<your GODROP_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.fatihbaltaci%2Fgodrop)<a href="https://mcptoplist.com/server/io.github.fatihbaltaci%2Fgodrop"><img src="https://mcptoplist.com/badge/io.github.fatihbaltaci%2Fgodrop.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
fatihbaltaci
Available versions (2)
| Version | Published |
|---|---|
| 1.3.1 | Aug 16, 2026 |
| 1.3.0 | Aug 16, 2026 |
Frequently asked questions
- Who maintains GoDrop?
- GoDrop is maintained by fatihbaltaci, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is GoDrop listed on the Official MCP Registry?
- Yes — GoDrop is listed on the Official MCP Registry.
- How many versions does GoDrop have?
- MCP Toplist tracks 2 versions of GoDrop, most recently published on Aug 16, 2026.
- Where can I find the source code for GoDrop?
- The source code for GoDrop is hosted at github.com/fatihbaltaci/GoDrop.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.