Rouse Context MCP Server

Your phone has context that AI doesn't — your health data, your notifications, your app usage. Rouse Context makes that context available to AI

Local serverstdio

What is the Rouse Context MCP server?

Connect Rouse Context to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Your phone has context that AI doesn't — your health data, your notifications, your app usage. Rouse Context makes that context available to AI assistants on demand, without ever syncing your data to the cloud. The rouse context mcp server is what makes that connection.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • list_record_types — List Health Connect record types with permission status
  • query_health_data — Query records by type and time range
  • get_health_summary — Health summary across permitted types for a period
  • list_active_notifications — List posted notifications
  • search_notification_history — Search notification history by text, package, or time range
  • get_notification_stats — Notification counts, top apps, and busiest hour for a period
  • perform_notification_action — Invoke an action button on an active notification
  • dismiss_notification — Dismiss an active notification by key
  • launch_app — Launch an installed app by package name
  • open_link — Open an http/https URL in the default app
  • copy_to_clipboard — Copy text to the clipboard
  • send_notification — Post a notification with optional action buttons and tap-to-open URL

Installation

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Where it fits

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Rouse Context's toolset — list_record_types, query_health_data, get_health_summary and 11 more — is a fair guide to whether it matches your workflow. It is maintained by monkopedia; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Rouse Context's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Rouse Context.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
list_record_typesList Health Connect record types with permission status
query_health_dataQuery records by type and time range
get_health_summaryHealth summary across permitted types for a period
list_active_notificationsList posted notifications
search_notification_historySearch notification history by text, package, or time range
get_notification_statsNotification counts, top apps, and busiest hour for a period
perform_notification_actionInvoke an action button on an active notification
dismiss_notificationDismiss an active notification by key
launch_appLaunch an installed app by package name
open_linkOpen an http/https URL in the default app
copy_to_clipboardCopy text to the clipboard
send_notificationPost a notification with optional action buttons and tap-to-open URL
list_installed_appsList installed apps
create_notification_channelCreate a notification channel

Example prompts to try

  • Use Rouse Context to list record types.
  • Use Rouse Context to query health data.
  • Use Rouse Context to get health summary.

Frequently asked questions

It connects Rouse Context to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (list_record_types, query_health_data, get_health_summary, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Rouse Context directly.