mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-03-24 01:53:46 +08:00
23 lines
411 B
JSON
23 lines
411 B
JSON
{
|
|
"mcpServers": {
|
|
"fileSystem": {
|
|
"command": "C:\\Program Files\\nodejs\\npx.cmd",
|
|
"args": [
|
|
"-y",
|
|
"@modelcontextprotocol/server-filesystem",
|
|
"D:\\"
|
|
]
|
|
},
|
|
"search1api": {
|
|
"command": "C:\\Program Files\\nodejs\\npx.cmd",
|
|
"args": [
|
|
"-y",
|
|
"search1api-mcp"
|
|
],
|
|
"env": {
|
|
"SEARCH1API_KEY": "xx"
|
|
}
|
|
}
|
|
}
|
|
}
|