A remote MCP server that turns your personal devices into callable resources through authenticated capability invocation. Built on Supabase with OAuth 2.1 auth, it exposes tools like list_devices, invoke_device_capability, and get_artifact so LLM clients can discover what your phone or laptop can do and trigger one-shot actions like camera_capture, screen_capture, or contacts.find_contact. The control plane lives in Postgres with RLS, jobs get queued for device runtimes to consume, and results come back as structured data or artifact references. Reach for this when you want Claude or other agents to coordinate across your own hardware without building yet another API gateway. v1 focuses on request-response patterns, with WebRTC streaming planned for v2.
claude mcp add --transport http sensact-agents-sensact https://helavgrvwipmdvyejfom.supabase.co/functions/v1/mcp