-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
41 lines (41 loc) · 1.03 KB
/
Copy pathopencode.json
File metadata and controls
41 lines (41 loc) · 1.03 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
{
"mcp": {
"fetch": {
"enabled": true,
"type": "local",
"command": [
"python",
"-c",
"import os,subprocess,sys; cmd=sys.argv[1:]; cmd=(['cmd','/c',*cmd] if os.name=='nt' and cmd and cmd[0].lower()=='npx' else cmd); raise SystemExit(subprocess.call(cmd))",
"npx",
"-y",
"@modelcontextprotocol/server-fetch"
]
},
"context7": {
"enabled": true,
"type": "remote",
"url": "https://mcp.context7.com/mcp"
},
"arxiv": {
"enabled": true,
"type": "local",
"command": [
"uvx",
"arxiv-mcp-server"
]
},
"sequential-thinking": {
"enabled": true,
"type": "local",
"command": [
"python",
"-c",
"import os,subprocess,sys; cmd=sys.argv[1:]; cmd=(['cmd','/c',*cmd] if os.name=='nt' and cmd and cmd[0].lower()=='npx' else cmd); raise SystemExit(subprocess.call(cmd))",
"npx",
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
}
}
}