-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivate_dot_claude.json
More file actions
42 lines (42 loc) · 871 Bytes
/
private_dot_claude.json
File metadata and controls
42 lines (42 loc) · 871 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
31
32
33
34
35
36
37
38
39
40
41
42
{
"opusProMigrationComplete": true,
"sonnet1m45MigrationComplete": true,
"mcpServers": {
"ddg-search": {
"type": "stdio",
"command": "uvx",
"args": [
"duckduckgo-mcp-server"
],
"env": {}
},
"desktop_local": {
"command": "docker",
"args": [
"run",
"--env",
"VNCMCP_HOST",
"--env",
"VNCMCP_PORT",
"--env",
"VNCMCP_TIMEOUT",
"--env",
"VNCMCP_USERNAME",
"--env",
"VNCMCP_PASSWORD",
"-i",
"--rm",
"--pull=always",
"--network=host",
"ghcr.io/regulad/vnc-mcp:latest"
],
"env": {
"VNCMCP_HOST": "127.0.0.1",
"VNCMCP_PORT": "5900",
"VNCMCP_TIMEOUT": "15.0",
"VNCMCP_USERNAME": "",
"VNCMCP_PASSWORD": "Claude487"
}
}
}
}