File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
servers/desktop-commander Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 1
1
name : desktop-commander
2
2
image : mcp/desktop-commander
3
3
type : server
4
+ longLived : true
4
5
meta :
5
6
category : devops
6
7
tags :
7
8
- desktop-commander
8
9
- devops
10
+ - filesystem
11
+ - terminal
12
+ - automation
13
+ - file-management
14
+ - productivity
15
+ - local-system
16
+ - tools
17
+ - ai
9
18
about :
10
19
title : Desktop Commander
11
20
description : Search, update, manage files and run terminal commands with AI
12
21
icon : https://avatars.githubusercontent.com/u/182288589?s=200&v=4
13
22
source :
14
23
project : https://github.com/wonderwhy-er/DesktopCommanderMCP
24
+ run :
25
+ command :
26
+ - npm
27
+ - run
28
+ - start
29
+ volumes :
30
+ - ' {{desktop-commander.paths|volume|into}}'
31
+ config :
32
+ description : Configure filesystem access and network permissions for Desktop Commander
33
+ parameters :
34
+ type : object
35
+ properties :
36
+ paths :
37
+ type : array
38
+ items :
39
+ type : string
40
+ title : Allowed Filesystem Paths
41
+ description : List of directories that Desktop Commander can access
42
+ default :
43
+ - /Users/username/Desktop
44
+ - /Users/username/Documents
45
+ required :
46
+ - paths
You can’t perform that action at this time.
0 commit comments