-
-
Notifications
You must be signed in to change notification settings - Fork 734
Expand file tree
/
Copy pathplugin.json
More file actions
30 lines (30 loc) · 803 Bytes
/
Copy pathplugin.json
File metadata and controls
30 lines (30 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "desktop-commander",
"displayName": "Desktop Commander",
"version": "0.1.0",
"description": "MCP server for terminal commands, process management, and file operations across text, code, PDF, DOCX, Excel, images, and structured data",
"author": {
"name": "Desktop Commander",
"email": "es@desktopcommander.app"
},
"homepage": "https://desktopcommander.app",
"repository": "https://github.com/wonderwhy-er/DesktopCommanderMCP",
"license": "MIT",
"keywords": [
"shell",
"terminal",
"filesystem",
"process",
"documents",
"pdf",
"spreadsheet",
"desktop-commander"
],
"skills": "./skills/",
"mcpServers": {
"desktop-commander": {
"command": "npx",
"args": ["-y", "@wonderwhy-er/desktop-commander@latest"]
}
}
}