A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"sentinel-ops-server": {
"url": "https://sentinelo-stack-overflowers-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
"sentinel-ops-server": {
"serverUrl": "https://sentinelo-stack-overflowers-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.sentinel-ops-server] url = "https://sentinelo-stack-overflowers-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://sentinelo-stack-overflowers-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp
List all production incidents, optionally filtered by status.
Get details of a single incident by ID.
Query production logs for a specific service.
Retrieve real-time telemetry and performance metrics for a service.
Retrieve the operational recovery playbook/runbook for a service.
List all managed services with their current status and version.
Get the current status of a specific service.
Restart a production service. This is a governed operational action.
Roll back a service deployment to the previous stable version. This is a governed operational action.