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-mcp": {
"url": "https://nexai-6a5a0727-nova-nexus-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-mcp": {
"serverUrl": "https://nexai-6a5a0727-nova-nexus-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.sentinel-mcp] url = "https://nexai-6a5a0727-nova-nexus-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://nexai-6a5a0727-nova-nexus-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp
Fetch and parse system/service logs locally. Summarizes errors and warning patterns to prevent token usage bloat.
Fetch the active status, configuration, and state of system services. Supports Windows and Linux services.
Monitor system performance indicators: CPU, RAM, disk space, and hardware S.M.A.R.T health indicators. Supports Windows and Linux.
Diagnose network stack: IP interfaces, active listening ports, gateway connectivity, and DNS lookup. Supports Windows and Linux.
Perform root cause analysis on system evidence. Outputs confidence scores, severity, and ranked repair hypotheses. Handles hardware faults by recommending replacements and estimating costs. Integrates with OSV.dev CVE database for vulnerability lookup.
Perform operational corrections on system services (restart, start, enable, disable). Requires acquiring the global State Lock. Supports Windows and Linux.
Apply patches or edits to config files. Automatically performs backups prior to editing to support automated rollbacks on validation failures.
Repair broken package dependencies or install missing libraries safely (apt-get on Linux, winget on Windows, npm globally). Requires acquiring the global State Lock.
Verify if the system has been restored to a healthy state. If verification succeeds, commits updates and releases state-lock. If verification fails, AUTOMATICALLY triggers system rollback of all modified configurations and flags the attempt failed. Supports Windows and Linux.
Query the local knowledge database for past incidents matching the given fingerprint. Returns prior repair strategies and their success rates.
Retrieve a complete log of all past diagnostic and repair incidents.
Ensure that the same repair strategy is not retried endlessly. If it has failed multiple times for this failure fingerprint, it will be marked as BLOCKED.
Register a system hardening or monitoring recommendation rule to prevent identical future failures.
Fetch all registered hardening/prevention rules in the system.
Query the operational capabilities and supported monitoring features on this host platform (Windows or Linux).