Encore4732n8n能否集成使用npx、uv或docker方式运行的其他mcp服务 中发帖

"mcpServers": {
"sequentialthinking": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"mcp/sequentialthinking"
],
"env": {}
},
"context7": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"context7-mcp"
],
"env": {}
},
"memory": {
...