leowuming commited on
Commit
0939432
·
verified ·
1 Parent(s): f212be0

Create anythingllm_mcp_servers.json

Browse files
rag/storage/plugins/anythingllm_mcp_servers.json ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mcpServers": {
3
+ "context7": {
4
+ "command": "npx",
5
+ "args": [
6
+ "-y",
7
+ "@upstash/context7-mcp"
8
+ ],
9
+ "env": {
10
+ "DEFAULT_MINIMUM_TOKENS": ""
11
+ },
12
+ "alwaysAllow": [
13
+ "get-library-docs"
14
+ ]
15
+ },
16
+ "puppeteer": {
17
+ "command": "npx",
18
+ "args": [
19
+ "-y",
20
+ "@modelcontextprotocol/server-puppeteer"
21
+ ]
22
+ },
23
+ "time": {
24
+ "command": "uvx",
25
+ "args": [
26
+ "mcp-server-time"
27
+ ]
28
+ },
29
+ "playwright": {
30
+ "command": "cmd",
31
+ "args": [
32
+ "/c",
33
+ "npx",
34
+ "@executeautomation/playwright-mcp-server"
35
+ ]
36
+ },
37
+
38
+ "server-sequential-thinking": {
39
+ "command": "cmd",
40
+ "args": [
41
+ "/c",
42
+ "npx",
43
+ "-y",
44
+ "@smithery/cli@latest",
45
+ "run",
46
+ "@smithery-ai/server-sequential-thinking",
47
+ "--key",
48
+ "3127917d-03b5-49b2-af79-56ad53ff8040",
49
+ "--profile",
50
+ "probable-sturgeon-UhEM3R"
51
+ ]
52
+ },
53
+ "desktop-commander": {
54
+ "command": "cmd",
55
+ "args": [
56
+ "/c",
57
+ "npx",
58
+ "-y",
59
+ "@smithery/cli@latest",
60
+ "run",
61
+ "@wonderwhy-er/desktop-commander",
62
+ "--key",
63
+ "3127917d-03b5-49b2-af79-56ad53ff8040"
64
+ ]
65
+ },
66
+ "filesystem": {
67
+ "command": "cmd",
68
+ "args": [
69
+ "/c",
70
+ "npx",
71
+ "-y",
72
+ "@smithery/cli@latest",
73
+ "run",
74
+ "@smithery-ai/filesystem",
75
+ "${workspaceFolder}",
76
+ "--key",
77
+ "3127917d-03b5-49b2-af79-56ad53ff8040",
78
+ "--profile",
79
+ "probable-sturgeon-UhEM3R"
80
+ ]
81
+ }
82
+ }
83
+ }