▲ | neomantra 2 days ago | |||||||
One could pretty easily wrap an MCP server around the ScreenTime activity SQLite database file on MacOS. You could use DuckDB like this server does. I’ve found good value in making purpose-build MCP servers like that with the general model: Data<>DuckDB<>MCP<>LLM With verbose description for the LLM of an “sql” tool endpoint for it to use to explore. | ||||||||
▲ | neomantra 2 days ago | parent [-] | |||||||
OK, I said it was easy and proved that by doing so in a few hours ;) I did have my sample code, but that was open source too. https://github.com/AgentDank/screentime-mcp It's pretty crazy what it can do! I'll put examples once I can scrub personal info. But it has browsing history too. Sensitive data, so please be careful!! | ||||||||
|