virwave-breathe
OfficialRelated Servers
Alternatives to virwave-breathe
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceSends periodic system notifications to remind users to take breaks and move around, with customizable intervals, messages, and cross-platform notification support.44 npm1MIT
- FlicenseNot gradedqualityDmaintenanceProvides compassionate mental health support tools including mood tracking, emotional check-ins, and personalized coping strategies. Stores mood logs and journal entries locally while offering empathetic guidance for stress management and emotional well-being.1-
- AlicenseNot gradedqualityDmaintenanceA daily-rhythm support MCP server for ADHD and bipolar disorder, providing 23 tools for mood tracking, social rhythm regularity, early warning detection, task breakdown, and crisis support, all running locally with zero dependencies.MIT
- AlicenseNot gradedqualityAmaintenanceEnables local AI agents to operate the user's existing browser session via a Manifest V3 extension and native messaging, supporting tabs, DOM snapshots, clicks, form input, JavaScript, screenshots, cookies, network capture, and Arc Spaces.34 npmMIT
- AlicenseAqualityBmaintenanceEnables AI agents like Claude Desktop, Cursor, and VS Code to connect directly to COLMI R02/R03 and compatible smart rings over local Bluetooth LE, exposing tools for ring scanning, battery and firmware status, activity and sleep/recovery insights, real-time heart rate and SpO2 vitals, 3-axis motion sampling, clock sync, and physical LED blinking. Runs fully locally with no vendor cloud, accounts, or subscriptions.8MIT
- AlicenseNot gradedqualityDmaintenanceEnables local browser automation using Stagehand without cloud services. Supports navigation, data extraction, and autonomous agent tasks through natural language.Apache 2.0
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: listing available patterns, creating a session directly from a pattern, and creating a session through the guided matching flow. Although breathe and start_session both generate HTML sessions, their inputs and intents are unambiguous.
Two tools follow the verb_noun pattern (list_patterns, start_session), while 'breathe' is a bare verb. This is a minor deviation but still readable and predictable given the domain context.
With only three tools, the server is tightly scoped to its purpose: discover patterns, generate a session directly, and generate a session via matching. This is an appropriate size—no redundancy or bloat.
The tool surface covers the full lifecycle for generating VirWave breathing sessions: listing all available patterns, creating a session from a chosen pattern, and creating a matched session. No obvious missing operations are apparent for this self-contained utility.