-
-
Notifications
You must be signed in to change notification settings - Fork 963
Expand file tree
/
Copy pathplugin.json
More file actions
26 lines (26 loc) · 705 Bytes
/
Copy pathplugin.json
File metadata and controls
26 lines (26 loc) · 705 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
{
"name": "desktop-commander",
"description": "MCP server for terminal commands, process management, and file operations across text, code, PDF, DOCX, Excel, images, and structured data",
"version": "1.5.0",
"author": {
"name": "Desktop Commander",
"email": "es@desktopcommander.app",
"url": "https://desktopcommander.app"
},
"homepage": "https://desktopcommander.app",
"repository": "https://github.com/wonderwhy-er/DesktopCommanderMCP",
"license": "MIT",
"keywords": [
"shell",
"terminal",
"filesystem",
"process",
"documents",
"pdf",
"spreadsheet",
"mcp",
"desktop-commander"
],
"skills": "./skills/",
"mcpServers": ".mcp.json"
}