mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-05-19 04:00:16 +09:00
21 lines
391 B
JSON
21 lines
391 B
JSON
{
|
|
"mcpServers": {
|
|
"filesystem": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@modelcontextprotocol/server-filesystem",
|
|
"/Users/kadxy/Desktop"
|
|
]
|
|
},
|
|
"everything": {
|
|
"command": "npx",
|
|
"args": ["-y", "@modelcontextprotocol/server-everything"]
|
|
},
|
|
"docker-mcp": {
|
|
"command": "uvx",
|
|
"args": ["docker-mcp"]
|
|
}
|
|
}
|
|
}
|