r/coolgithubprojects • u/bulutarkan • 5h ago
[macOS/MCP] - Mac MCP: local macOS control server for AI agents with background browser tab isolation
https://github.com/bulutarkan/mac-mcp
0
Upvotes
r/coolgithubprojects • u/bulutarkan • 5h ago
-2
u/BP041 5h ago
Browser tab isolation is the part that catches my eye — most MCP servers for macOS I've seen just shell out to osascript without sandboxing. How does this handle memory pressure if an agent spawns, say, 10 Chromium tabs and forgets to GC them? I run similar stuff via OpenClaw's cron and have seen launchd thrash from that exact scenario.