openclaw/.mcp.json
2026-01-28 11:03:05 +08:00

12 lines
220 B
JSON

{
"mcpServers": {
"ssh-manager": {
"command": "node",
"args": ["/tmp/mcp-ssh-manager/node_modules/mcp-ssh-manager/src/index.js"],
"env": {
"DOTENV_CONFIG_PATH": ".env"
}
}
}
}