自動安裝 MCP
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
// `axun-uUpaWEdMEMU8C61K` 為服務 id,可自行定義
"axun-uUpaWEdMEMU8C61K": {
"name": "mcp-auto-install",
"description": "Automatically install MCP services (Beta version)",
"isActive": false,
"registryUrl": "https://registry.npmmirror.com",
"command": "npx",
"args": [
"-y",
"@mcpmarket/mcp-auto-install",
"connect",
"--json"
],
"env": {
"MCP_REGISTRY_PATH": "詳情見 https://www.npmjs.com/package/@mcpmarket/mcp-auto-install"
},
"disabledTools": []
}