|
| 1 | +{ |
| 2 | + "name": "Mux", |
| 3 | + "version": "12.0.1", |
| 4 | + "dxt_version": "0.0.1", |
| 5 | + "description": "Manage video infrastructure, analyze performance, and get deep insights into your Mux Video and Mux Data accounts.", |
| 6 | + "author": { |
| 7 | + "name": "Mux", |
| 8 | + |
| 9 | + "url": "https://mux.com" |
| 10 | + }, |
| 11 | + "repository": { |
| 12 | + "type": "git", |
| 13 | + "url": "git+https://github.com/muxinc/mux-node-sdk.git", |
| 14 | + "directory": "packages/mcp-server" |
| 15 | + }, |
| 16 | + "homepage": "https://mux.com", |
| 17 | + "documentation": "https://www.mux.com/docs", |
| 18 | + "support": "https://mux.com/support", |
| 19 | + "icon": "icon.png", |
| 20 | + "server": { |
| 21 | + "type": "node", |
| 22 | + "entry_point": "${__dirname}/dist/index.js", |
| 23 | + "mcp_config": { |
| 24 | + "command": "npx", |
| 25 | + "args": ["-y", "@mux/mcp@latest", "--tools=dynamic"], |
| 26 | + "env": { |
| 27 | + "MUX_TOKEN_ID": "${user_config.MUX_TOKEN_ID}", |
| 28 | + "MUX_TOKEN_SECRET": "${user_config.MUX_TOKEN_SECRET}", |
| 29 | + "MUX_WEBHOOK_SECRET": "${user_config.MUX_WEBHOOK_SECRET}", |
| 30 | + "MUX_SIGNING_KEY": "${user_config.MUX_SIGNING_KEY}", |
| 31 | + "MUX_PRIVATE_KEY": "${user_config.MUX_PRIVATE_KEY}" |
| 32 | + } |
| 33 | + } |
| 34 | + }, |
| 35 | + "user_config": { |
| 36 | + "MUX_TOKEN_ID": { |
| 37 | + "title": "Mux API Token ID", |
| 38 | + "description": "Your Mux API Token ID. You can find this in your Mux account settings.", |
| 39 | + "required": true, |
| 40 | + "type": "string" |
| 41 | + }, |
| 42 | + "MUX_TOKEN_SECRET": { |
| 43 | + "title": "Mux API Token Secret", |
| 44 | + "description": "Your Mux API Token Secret. You can find this in your Mux account settings.", |
| 45 | + "required": true, |
| 46 | + "type": "string" |
| 47 | + }, |
| 48 | + "MUX_WEBHOOK_SECRET": { |
| 49 | + "title": "Mux Webhook Secret (optional)", |
| 50 | + "description": "Your Mux Webhook Secret. This is used to verify webhook requests from Mux.", |
| 51 | + "required": false, |
| 52 | + "type": "string" |
| 53 | + }, |
| 54 | + "MUX_SIGNING_KEY": { |
| 55 | + "title": "Mux JWT Signing Key (optional)", |
| 56 | + "description": "Your Mux JWT Signing Key. This is used for signing JWTs for secure video playback.", |
| 57 | + "required": false, |
| 58 | + "type": "string" |
| 59 | + }, |
| 60 | + "MUX_PRIVATE_KEY": { |
| 61 | + "title": "Mux JWT Private Key (optional)", |
| 62 | + "description": "Your Mux JWT Private Key. This is used for signing JWTs for secure video playback.", |
| 63 | + "required": false, |
| 64 | + "type": "string" |
| 65 | + } |
| 66 | + }, |
| 67 | + "tools_generated": true, |
| 68 | + "compatibility": { |
| 69 | + "claude_desktop": ">=0.11.6", |
| 70 | + "platforms": ["darwin", "win32", "linux"], |
| 71 | + "runtimes": { |
| 72 | + "node": ">=18.0.0" |
| 73 | + } |
| 74 | + }, |
| 75 | + "categories": ["media", "api", "video"], |
| 76 | + "keywords": ["mux", "video", "data", "streaming", "api", "transcoding", "analytics", "media"], |
| 77 | + "security": { |
| 78 | + "permissions": ["network"], |
| 79 | + "sandboxed": false |
| 80 | + } |
| 81 | +} |
0 commit comments