Self-hosted file host: upload a file, get a public URL an agent can paste into a pull request.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
ghcr.io/fatihbaltaci/godrop:1.3.1 · oci
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.fatihbaltaci/godrop",
"description": "Self-hosted file host: upload a file, get a public URL an agent can paste into a pull request.",
"title": "GoDrop",
"repository": {
"url": "https://github.com/fatihbaltaci/GoDrop",
"source": "github"
},
"version": "1.3.1",
"websiteUrl": "https://godrop.sh",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/fatihbaltaci/godrop:1.3.1",
"runtimeHint": "docker",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "run",
"type": "positional",
"valueHint": "run"
},
{
"description": "Keep stdin open, which is the whole transport.",
"type": "named",
"name": "-i"
},
{
"description": "The process holds no state, so nothing is left behind.",
"type": "named",
"name": "--rm"
},
{
"description": "Where your instance answers.",
"value": "GODROP_URL",
"type": "named",
"name": "-e",
"isRepeated": true
},
{
"description": "The token that authorises uploads.",
"value": "GODROP_TOKEN",
"type": "named",
"name": "-e",
"isRepeated": true
}
],
"packageArguments": [
{
"description": "Serve MCP on stdin and stdout instead of starting a server.",
"value": "mcp",
"type": "positional",
"valueHint": "mcp"
}
],
"environmentVariables": [
{
"description": "The base URL of the GoDrop you host, such as https://files.example.com.",
"isRequired": true,
"format": "string",
"name": "GODROP_URL"
},
{
"description": "An API token from that instance: godrop token create --name mcp.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "GODROP_TOKEN"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-16T16:47:15.295968Z",
"publishedAt": "2026-08-16T16:47:15.295968Z",
"updatedAt": "2026-08-16T16:47:15.295968Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.3.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.