sh.objekt/mcp-upload✓
sh.objekt/mcp-upload · v0.1.5
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "sh.objekt/mcp-upload",
"description": "Public file storage for AI agents. Upload files and get a permalink back.",
"repository": {
"url": "https://github.com/0xLighthouse/objekt-mcp-upload",
"source": "github"
},
"version": "0.1.5",
"packages": [
{
"registryType": "npm",
"identifier": "@objekt.sh/mcp-upload",
"version": "0.1.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key from objekt.sh/mcp (free tier available)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "OBJEKT_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}