Connects Stavrobot to iMCP, exposing macOS-native services — Calendar, Contacts, Messages, Reminders, Location, Maps, Weather, Shortcuts, and Camera/audio/screenshot capture — to the assistant through a host-side authenticated bridge.
Tell Stavrobot to install https://github.com/diegopetrucci/stavrobot-imcp-plugin
bridge_urlThe HTTP URL of the host iMCP bridge.
Default: http://host.docker.internal:8766/bridge
Note: 127.0.0.1 inside the plugin-runner resolves to the container, not the host. Use host.docker.internal so the request reaches the Mac.
bridge_tokenThe Bearer token the operator created for the bridge, stored in the host's protected token file.
Configure bridge_token through Stavrobot's web settings or the trusted host-side secret path, never by pasting it into agent chat.
The tools send the token only as a Bearer credential and never include it in output or error messages.
imcp_list_toolsReports the tool names and input schemas the bridge currently exposes. The available tools depend on which iMCP services the operator enabled and which tools are on the bridge allowlist.
imcp_callForwards a tool name and JSON arguments to the bridge and returns the bridge's structured MCP result, including error and truncated fields.