← Back to Plugins
MCP Server MCP

io.github.getmasv/masv

github By github 👁 1 views ▲ 0 votes

Provides tools to use MASV API. MASV is reliable and secure large file transfer service.

Homepage Verified source GitHub

Install

npx -y @getmasv/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@getmasv/masv-mcp-server",
      "version": "0.0.6",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your MASV team identifier",
          "isRequired": true,
          "format": "string",
          "name": "MASV_TEAM_ID"
        },
        {
          "description": "Your MASV API key for authentication",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "MASV_API_KEY"
        },
        {
          "description": "Set to true to enable delete operations for packages and portals",
          "format": "boolean",
          "name": "MASV_ALLOW_DELETE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...