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
|
{
"mcpServers": {
"fetch": {
"args": [
"mcp-server-fetch"
],
"command": "uvx",
"disabled": true
},
"filesystem": {
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/Users/alexanderpickering"
],
"command": "npx",
"disabled": false,
"disabled_tools": [
"move_file",
"list_directory_with_sizes",
"list_allowed_directories",
"read_multiple_files",
"read_media_file",
"read_text_file"
]
},
"git": {
"args": [
"mcp-server-git"
],
"command": "uvx",
"disabled": true
},
"memory": {
"args": [
"-y",
"@modelcontextprotocol/server-memory"
],
"command": "npx"
},
"sequentialthinking": {
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
],
"command": "npx",
"disabled_tools": [
"sequentialthinking"
]
}
},
"nativeMCPServers": {
"mcphub": {
"disabled": true
},
"neovim": {
"disabled": true
}
}
}
|