A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"pulse": {
"url": "https://pulse-6a5b-the-benchwarmers-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
}
}
}
Connect remote tools directly via Claude's Web UI:
Configure custom tools directly via ChatGPT's Web UI:
Add the following configuration block under mcpServers in your Antigravity configuration file (~/.gemini/config/mcp_config.json):
{
"mcpServers": {
// your other mcp servers
"pulse": {
"serverUrl": "https://pulse-6a5b-the-benchwarmers-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.pulse] url = "https://pulse-6a5b-the-benchwarmers-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://pulse-6a5b-the-benchwarmers-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp
Regenerate an evidence-only HR-synced report for one stored session.
Read consent-scoped live vitals, the deterministic stress signal, and speech pace metrics for the current session. The stress signal is not a medical diagnosis.
Read bounded final transcript segments from the current session. Returns the latest matching segments in chronological order.
Find stored sessions by transcript keywords, date range, or lifecycle status.
Claim one watch-requested advice job. Then read session://current/context, session://current/transcript, and session://current/speech-metrics before responding.
Deliver one grounded suggestion for a claimed watch request through the whisper_coach audio path. Use only MCP context/transcript/metric evidence, never invent facts, include evidence IDs, and include confidential context only when directly useful.
Deliver a predefined calming haptic pattern to the current wearer when act:haptic consent is active.
Speak non-empty coaching text through the current wearer's audio route when act:audio consent is active. Playback waits for conversational silence and may expire.
Confirm that the wearable coach MCP server is reachable from NitroStudio.