-
-
Notifications
You must be signed in to change notification settings - Fork 674
Expand file tree
/
Copy pathplugin.yaml
More file actions
60 lines (51 loc) · 1.24 KB
/
plugin.yaml
File metadata and controls
60 lines (51 loc) · 1.24 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# plugin.yaml — DesktopCommanderMCP Plugin Manifest
# This file makes DesktopCommanderMCP discoverable as an agent plugin.
# Learn more: https://list.agenium.net/plugins
name: desktop-commander-mcp
display_name: DesktopCommanderMCP
manifest_version: "1.0"
description: >
MCP server that gives AI agents terminal control, file system search,
diff-based file editing, and document handling capabilities. Run shell commands,
search files, read/write Excel, PDF, and DOCX files, analyze data,
and edit code — all through the Model Context Protocol.
author:
name: wonderwhy-er
url: https://github.com/wonderwhy-er
repository: https://github.com/wonderwhy-er/DesktopCommanderMCP
license: MIT
categories:
- mcp-servers
- developer-tools
- system-utilities
tags:
- mcp
- model-context-protocol
- terminal
- file-system
- diff-editing
- shell-commands
- code-editing
- excel
- pdf
- docx
- data-analysis
capabilities:
- terminal-control
- file-search
- diff-editing
- process-management
- file-system-operations
- excel-support
- pdf-support
- docx-support
- data-analysis
install:
npx: "@wonderwhy-er/desktop-commander"
runtime:
language: typescript
min_node: "18"
protocols:
- mcp
transport:
- stdio