-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmcp-proxy.json
More file actions
62 lines (62 loc) · 1.59 KB
/
Copy pathmcp-proxy.json
File metadata and controls
62 lines (62 loc) · 1.59 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
61
62
{
"mcpServers": {
"time": {
"command": "mcp-server-time",
"args": [
"--local-timezone=Asia/Karachi"
]
},
"fetch": {
"command": "mcp-server-fetch",
"args": []
},
"ddg-search": {
"command": "duckduckgo-mcp-server",
"args": []
},
"browsermcp": {
"command": "npx",
"args": [
"@browsermcp/mcp@latest"
]
},
"tolaria": {
"command": "node",
"args": [
"/home/tipu/.local/share/tolaria/mcp-server/index.js"
],
"env": {
"WS_UI_PORT": "9711"
}
},
"trafilatura": {
"command": "node",
"args": [
"/home/tipu/Development/trafilatura/build/index.js"
]
},
"drawio-app": {
"command": "node",
"args": [
"/home/tipu/Development/GH/drawio-mcp/mcp-app-server/src/index.js",
"--stdio"
]
},
"drawio": {
"command": "node",
"args": [
"/home/tipu/Development/GH/drawio-mcp/mcp-tool-server/src/index.js"
],
"env": {
"DRAWIO_BASE_URL": "http://127.0.0.1:7001/"
}
},
"dynamic-prompts": {
"command": "npx",
"args": [
"tsx",
"/home/tipu/Development/mcp-prompts-server/server.ts"
]
}
}
}