Replies: 2 comments
-
The issue is this is an Electron app that runs locally on the machine and is meant to have control of it if set up to do so. What you are requesting is not possible or technically a challenge in that it would have RDP or VNC to the windows and then take control and then have the rights to admin it at deep level. |
Beta Was this translation helpful? Give feedback.
-
I am looking for MCP servers that can run locally, to ensure I don't depend on the good will of some remote entity to provide the service. I also look for a way to run the MCP servers in isolation, to avoid installing stuff specific to all the MCP servers I would use, or because my system might not be compatible with some dependencies, or because I don't want the AI to act on my system in a way that may corrupt it, etc. Several MCP servers I use provide a docker version that allows exactly that. If they need access to or storage on my system, they use {
"mcpServers": {
"foo": {
"command": "docker",
"args": [...]
}
}
} I see there is a mention of Docker in the README: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Would be nice if we have a docker deployment script
Beta Was this translation helpful? Give feedback.
All reactions