← Index

io.github.getmasv/masv

io.github.getmasv/masv·v0.0.5·Filesystem
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "masv": {
      "command": "npx",
      "args": [
        "-y",
        "@getmasv/masv-mcp-server"
      ],
      "env": {
        "MASV_TEAM_ID": "<masv_team_id>",
        "MASV_API_KEY": "<your-masv_api_key>",
        "MASV_ALLOW_DELETE": "<masv_allow_delete>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "masv": {
      "command": "npx",
      "args": [
        "-y",
        "@getmasv/masv-mcp-server"
      ],
      "env": {
        "MASV_TEAM_ID": "<masv_team_id>",
        "MASV_API_KEY": "<your-masv_api_key>",
        "MASV_ALLOW_DELETE": "<masv_allow_delete>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @getmasv/masv-mcp-server
§02  Environment variables
MASV_TEAM_ID
required

Your MASV team identifier

MASV_API_KEY
requiredsecret

Your MASV API key for authentication

MASV_ALLOW_DELETE

Set to true to enable delete operations for packages and portals

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Filesystem