A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"carebridge-ai": {
"url": "https://carebridge-6a648911-bytebrigade-amrita-university-coimbatore.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
"carebridge-ai": {
"serverUrl": "https://carebridge-6a648911-bytebrigade-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.carebridge-ai] url = "https://carebridge-6a648911-bytebrigade-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://carebridge-6a648911-bytebrigade-amrita-university-coimbatore.app.nitrocloud.ai/mcp
Analyzes user symptoms and medical history and returns urgency level, possible causes and recommended action.
Get common symptom categories and their descriptions
Get explanation of urgency levels and recommended actions
Get a system prompt for medical guidance interactions
Get a template for structured symptom assessment
Extracts key medical lab values (blood sugar, cholesterol, HbA1c, hemoglobin, etc.) from medical report text.
Compares previous and current medical reports and shows improvement or worsening.
Generates a short doctor-ready health summary from user profile, symptoms and reports.