Files
NextChat/app/mcp/mcp_config.json
2025-01-09 13:41:17 +08:00

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"]
}
}
}