MCP Server
MCP
io.github.getmasv/masv
Provides tools to use MASV API. MASV is reliable and secure large file transfer service.
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
By
Comments
Sign in to leave a comment