A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"seizure-monitor-server": {
"url": "https://halo-6a6d8bb8-cuz-why-not-srmist.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
"seizure-monitor-server": {
"serverUrl": "https://halo-6a6d8bb8-cuz-why-not-srmist.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.seizure-monitor-server] url = "https://halo-6a6d8bb8-cuz-why-not-srmist.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://halo-6a6d8bb8-cuz-why-not-srmist.app.nitrocloud.ai/mcp
Predicts seizure probability using smartwatch sensor telemetry and emits a caregiver alert when warranted.
Triggers emergency notifications and broadcasts patient location to caregivers.
Returns the current roster of monitored patients with their latest risk status, for a live dashboard view.