Had a similar thought since I started using the Slack MCP in Claude Code. It's handy for instance during an incident to be researching the problem, digging through Sentry or Clickhouse or the code and have it post updates directly to our #engineering channel for the team to see. But... they can't reply. Or rather they can but Claude has to poll each thread or channel to see replies which is a pretty clumsy workflow.
So anyway long story short I made something like Clawdbot but in the cloud: https://stumpy.ai/
Didn't occur to me to design it to run locally and leave running on my machine. You can't close your laptop or Clawdbot dies? It can read all your files? Rather run agents in the cloud. I gave them sandboxes (Fly sprites) so you can still have them do software development or whatever.
So anyway long story short I made something like Clawdbot but in the cloud: https://stumpy.ai/
Didn't occur to me to design it to run locally and leave running on my machine. You can't close your laptop or Clawdbot dies? It can read all your files? Rather run agents in the cloud. I gave them sandboxes (Fly sprites) so you can still have them do software development or whatever.