A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"protocol-0-sre": {
"url": "https://protocol-0-6a65348-the-blacklisted-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
"protocol-0-sre": {
"serverUrl": "https://protocol-0-6a65348-the-blacklisted-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.protocol-0-sre] url = "https://protocol-0-6a65348-the-blacklisted-amrita-university-coimbatore.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://protocol-0-6a65348-the-blacklisted-amrita-university-coimbatore.app.nitrocloud.ai/mcp
Start continuous live polling of enterprise SaaS systems (GitHub, Jira, Datadog, Calendar) every 30 seconds.
Stop continuous live polling of enterprise SaaS systems.
Get the active status of SaaS polling, last run timestamp, and recent Gmail/Slack alerts.
Fetches recent security audit logs, including IAM role modifications, Zero-Trust Gate executions, and unauthorized access attempts.
Get the detailed engineering health report computed from weighted metrics (Deployment Success 25%, CI/CD Success 20%, Sprint Health 20%, Issue Rate 15%, Infrastructure 20%).
Fetches the current live state of the Kubernetes production clusters, identifying failing pods (CrashLoopBackOff, OOMKilled).
Get the complete analysis for one incident: timeline, root cause, confidence, affected systems, business impact and recommendations. Renders the incident detail view.
Get prioritized AI recommendations (high/medium/low). Optionally scoped to one incident. Exposes Approve/Reject actions.
List active incidents.
Legacy alias for getIncidentReport.
Fetches the active on-call PagerDuty incidents and alerts across all engineering escalation policies.
Get the live Protocol-0 dashboard: overall system health score, per-subsystem health, open incidents, and top recommendations.
Executive Copilot: Ask natural-language operational questions like "Why is engineering health low?", "Summarize today's risks", etc.
Show the live multi-agent execution pipeline (Monitoring -> Infrastructure -> Incident Commander -> Action) and agent logs.
Legacy alias for getCompanyHealth.
Legacy alias for getAgentActivity.
Action Agent: approve and execute a recommended action through its designated MCP server.
Action Agent: reject a recommended action, marking it as rejected in the timeline.
Hackathon Simulator: Trigger one of the 10 supported incident scenarios to observe how the LangGraph multi-agent pipeline reasons and mitigates in real-time.
What-If Disaster Simulator: Simulate the catastrophic failure of a specific sub-system or cloud region to test auto-remediation and cascading impacts.