← Back to Plugins
MCP Server MCP

io.github.colapsis/transfa

github By github 👁 1 views ▲ 0 votes

Upload any file, get a signed link. SHA-256 verified, TTL-enforced, no account required.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "transfa-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Transfa API key. Free at transfa.sh — leave empty for guest mode (10 MB limit).",
          "format": "string",
          "isSecret": true,
          "name": "TRANSFA_API_KEY"
        },
        {
          "description": "Custom Transfa instance URL for self-hosted deployments. Defaults to https://transfa.sh",
          "format": "string",
          "name": "TRANSFA_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...