← Back to Plugins
MCP Server MCP

io.github.avclabs/media-mcp

github By github 👁 1 views ▲ 0 votes

MCP Server for video enhancement and image segmentation (SAM3)

Homepage Verified source GitHub

Install

npx -y @avclabs.ai/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@avclabs.ai/media-mcp",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API Key for video enhancement and SAM3 services",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...