File size: 7,782 Bytes
568f7b8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
{
  "ide": {
    "hasSeenNudge": true
  },
  "general": {
    "preferredEditor": "vscode",
    "previewFeatures": true,
    "enablePromptCompletion": true,
    "enableAutoUpdate": false,
    "defaultApprovalMode": "auto_edit",
    "plan": {
      "directory": ".ai/plan"
    },
    "debugKeystrokeLogging": true
  },
  "security": {
    "auth": {
      "selectedType": "oauth-personal"
    }
  },
  "ui": {
    "theme": "Default",
    "showMemoryUsage": true,
    "showLineNumbers": true,
    "autoThemeSwitching": true,
    "hideWindowTitle": true,
    "inlineThinkingMode": "full",
    "showStatusInTitle": true,
    "hideTips": true,
    "hideBanner": true,
    "footer": {
      "hideSandboxStatus": true,
      "hideContextPercentage": false
    },
    "hideFooter": true,
    "showCitations": true,
    "showModelInfoInChat": true,
    "showUserIdentity": true,
    "useAlternateBuffer": true,
    "useBackgroundColor": true,
    "loadingPhrases": "all",
    "errorVerbosity": "full"
  },
  "enableOpenAILogging": true,
  "output": {
    "format": "text"
  },
  "tools": {
    "autoAccept": true,
    "shell": {
      "showColor": true
    }
  },
  "experimental": {
    "useOSC52Paste": true,
    "useOSC52Copy": true,
    "modelSteering": true
  },
  "mcpServers": {
    // 	// Inspect any MCP server's context and requests
    // 	// "inspector": {
    // 	// 	"command": "pnpx",
    // 	// 	"args": [
    // 	// 		"@modelcontextprotocol/inspector",
    // 	// 		"pnpx",
    // 	// 		"@modelcontextprotocol/server-sequential-thinking"
    // 	// 	]
    // 	// },
    "sequential-thinking": {
      "command": "pnpx",
      "args": [
        "@modelcontextprotocol/server-sequential-thinking"
      ]
    },
    // 	"events-server": {
    // 		"command": "python",
    // 		"args": ["B:\\Code\\py\\mcp_events_api\\server.py"],
    //
    // 	},
    // 	"http-fetch": {
    // 		"command": "uvx",
    // 		"args": ["mcp-server-fetch"],
    //
    // 	},
    // 	"search-content": {
    // 		"command": "python",
    // 		"args": ["-m", "searchcontent.server"],
    //
    // 	},
    "Context7": {
      "command": "pnpx",
      "args": [
        "@upstash/context7-mcp"
      ],
      "env": {}
    },
    // 	"chromedevtools-chrome-devtools-mcp": {
    // 		"command": "pnpx",
    // 		"args": ["chrome-devtools-mcp@latest"]
    // 	},
    // 	"pymupdf4llm-mcp": {
    // 		"command": "uvx",
    // 		"args": ["pymupdf4llm-mcp@latest", "stdio"],
    // 		"env": {}
    // 	},
    // 	"ida-official": {
    // 		"command": "uvx",
    // 		"args": ["mcp-server-ida"],
    //
    // 	},
    // 	"github.com/mrexodia/ida-pro-mcp": {
    // 		"command": "uvx",
    // 		"args": [
    // 			"ida-pro-mcp",
    // 			"--install-plugin",
    // 			"--transport",
    // 			"http://127.0.0.1:8744"
    // 		],
    // 		// "timeout": 1800,
    //
    // 	},
    // 	// "tavily-remote": {
    // 	// 	"command": "pnpx",
    // 	// 	"args": [
    // 	// 		"mcp-remote",
    // 	// 		"https://mcp.tavily.com/mcp/?tavilyApiKey=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"
    // 	// 	],
    // 	//
    // 	// },
    // 	// "code-indexer": {
    // 	// 	"command": "uvx",
    // 	// 	"args": ["code-index-mcp"],
    // 	//
    // 	// },
    // 	// "claude-context": {
    // 	// 	"command": "pnpx",
    // 	// 	"args": ["@zilliz/claude-context-mcp@latest"],
    // 	// 	"env": {
    // 	// 		"MILVUS_ADDRESS": "https://in03-d4b10a6ade89ff2.serverless.aws-eu-central-1.cloud.zilliz.com",
    // 	// 		"MILVUS_TOKEN": "68914c26b89127b2a02185f8d99a32ee330733671cbde67b701c3c0bc474da7a40bd19881359c3c1d754b16367665094a48a3e0c",
    // 	// 		"EMBEDDING_PROVIDER": "VoyageAI",
    // 	// 		"VOYAGEAI_API_KEY": "pa-Dzog-DEpt2jGaiiwkGFhpu6Jl-avLbPbgSIOAWNUEh8",
    // 	// 		"EMBEDDING_MODEL": "voyage-code-2"
    // 	// 	}
    // 	// },
    // 	// "searxng": {
    // 	// 	"command": "uvx",
    // 	// 	"args": ["mcp-searxng"],
    // 	//
    // 	// },
    // 	// "searxng-mcp-server": {
    // 	// 	"command": "uv",
    // 	// 	"args": [
    // 	// 		"run",
    // 	// 		"https://raw.githubusercontent.com/maccam912/searxng-mcp-server/refs/heads/main/server.py",
    // 	// 		"--url",
    // 	// 		"https://searxng.example.com"
    // 	// 	]
    // 	// },
    // 	// "searxng": {
    // 	// 	"name": "searxng",
    // 	// 	"command": "pnpx",
    // 	// 	"args": ["@kevinwatt/mcp-server-searxng"],
    // 	// 	"env": {
    // 	// 		"SEARXNG_INSTANCES": "https://searx.stream/,https://search.hbubli.cc/,https://searx.rhscz.eu/,https://search.rhscz.eu/,https://search.rhscz.eu/,https://northboot.xyz/,https://searx.tiekoetter.com/,https://searx.oloke.xyz/,https://seek.fyi/,https://searxng.hweeren.com/,https://find.xenorio.xyz/,https://opnxng.com/,https://ooglester.com/,https://search.system51.co.uk/,https://search.rowie.at/,https://searx.ox2.fr/,https://search.mdosch.de/,https://etsi.me/,https://searxng.shreven.org/,https://search.080609.xyz/,https://search.ipv6s.net/,https://search.leptons.xyz/,https://search.internetsucks.net/,https://searx.tuxcloud.net/,,https://search.charliewhiskey.net/,https://baresearch.org/,https://search.canine.tools/,https://search.indst.eu/,https://searx.ro/,https://search.bladerunn.in/,https://searx.zhenyapav.com/,https://searxng.biz/,https://search.im-in.space/,https://searx.foss.family/,https://metacat.online/,https://search.oh64.moe/,https://search.buddyverse.net/,https://search.undertale.uk/",
    // 	// 		"SEARXNG_USER_AGENT": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36",
    // 	// 		"NODE_TLS_REJECT_UNAUTHORIZED": "0"
    // 	// 	}
    // 	// },
    // 	// "web-search": {
    // 	// 	"command": "pnpx",
    // 	// 	"args": ["open-websearch@latest"],
    // 	// 	"env": {
    // 	// 		"MODE": "stdio",
    // 	// 		"DEFAULT_SEARCH_ENGINE": "duckduckgo",
    // 	// 		"ALLOWED_SEARCH_ENGINES": "duckduckgo,bing,exa,csdn"
    // 	// 	}
    // 	// },
    // 	// "google-pse-mcp": {
    // 	// 	"timeout": 60,
    // 	// 	"command": "pnpx",
    // 	// 	"args": [
    // 	// 		"google-pse-mcp",
    // 	// 		"https://www.googleapis.com/customsearch",
    // 	// 		"<api_key>",
    // 	// 		"<cx>"
    // 	// 	],
    // 	// 	"transportType": "stdio",
    // 	//
    // 	// },
    // 	// "tavily-mcp": {
    // 	// 	"command": "pnpx",
    // 	// 	"args": ["tavily-mcp@latest"],
    // 	// 	"env": {
    // 	// 		"TAVILY_API_KEY": "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"
    // 	// 	},
    // 	//
    // 	// },
    // 	// "ddg-search2": {
    // 	// 	"command": "pnpx",
    // 	// 	"args": ["@oevortex/ddg_search@latest"]
    // 	// },
    // 	// "ddg-search": {
    // 	// 	"command": "uvx",
    // 	// 	"args": ["duckduckgo-mcp-server"]
    // 	// },
    // 	// "google-search": {
    // 	// 	"command": "pnpx",
    // 	// 	"args": ["g-search-mcp"]
    // 	// },
    // 	// "baidu-search": {
    // 	// "command": "uvx",
    // 	// "args": ["baidu-mcp-server"]
    // 	// },
    // 	"playwright": {
    // 		"command": "pnpx",
    // 		"args": ["@playwright/mcp@latest"],
    //
    // 	},
    // 	"tree_sitter": {
    // 		"command": "uvx",
    // 		"args": ["mcp-server-tree-sitter"]
    //
    // 	},
    // 	"mcp-server-github-repo": {
    // 		"command": "pnpx",
    // 		"args": ["github:nahmanmate/code-research-mcp-server"],
    //
    // 	}
    "desktop-commander": {
      "command": "npx",
      "args": [
        "-y",
        "@wonderwhy-er/desktop-commander@latest"
      ]
    }
  },
  "agents": {
    "overrides": {
      "codebase_investigator": {
        "runConfig": {
          "maxTurns": -1
        }
      }
    }
  },
  "model": {
    "name": ""
  },
  "context": {
    "loadMemoryFromIncludeDirectories": true
  },
  "skills": {
    "enabled": true
  }
}