MCP server for apps?
-
How about integrating MCP for apps? This way, I could use AI help, like Claude Code, for debugging or any other terminal access to any of my apps. It would need to be secured via SSH, but then it should be reasonably secure? And since this is only about app access, and not about full server access, there is little chance to break stuff on a bigger scale?
I suppose every app would need to have a separate MCP server, but I could just add the ones I really need.
-
-
Hello @ekevu123
I understand that the discussion is about OpenWebUI, but the technology discussedMCP
andMCPO
/MCP Proxy Server
are the same, or not?@ekevu123 said in MCP server for apps?:
I suppose every app would need to have a separate MCP server, but I could just add the ones I really need.
If I understand it correctly
MCP
should be added as a https://docs.cloudron.io/packaging/addons/ likeredis
for certain apps.Correct?
-
Isn't the better place for a mcp server in Cloudron directly at the Cloudron Api? Via mcp your ai could talk to the Cloudron Api, and through this access files, logs, execute commands, install/update.
The api is described here: https://docs.cloudron.io/api.html
I would think since there is an openapi spec there is probably already some mcp server that could import it.