Sentinel Mcp

v1.0.0

A powerful MCP server built with NitroStack

Connection Setup

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:

Add custom connector BETA
Connect Claude to your data and tools. Learn more about connectors or get started with pre-built ones.
Advanced settings
Only use connectors from developers you trust. Anthropic does not control which tools developers make available and cannot verify that they will work as intended or that they won't change.

Configure custom tools directly via ChatGPT's Web UI:

New App
PNG only. Best results at 256 x 256 px or larger. Max file size: 10 KB
Custom MCP servers introduce risk. Learn more
OpenAI hasn't reviewed this MCP server. Attackers may attempt to steal your data or trick the model into taking unintended actions, including destroying data.

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
Available Tools
scan_system_logs

Fetch and parse system/service logs locally. Summarizes errors and warning patterns to prevent token usage bloat.

get_service_states

Fetch the active status, configuration, and state of system services. Supports Windows and Linux services.

get_system_metrics

Monitor system performance indicators: CPU, RAM, disk space, and hardware S.M.A.R.T health indicators. Supports Windows and Linux.

check_network_status

Diagnose network stack: IP interfaces, active listening ports, gateway connectivity, and DNS lookup. Supports Windows and Linux.

analyze_root_cause

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.

execute_service_repair

Perform operational corrections on system services (restart, start, enable, disable). Requires acquiring the global State Lock. Supports Windows and Linux.

execute_config_patch

Apply patches or edits to config files. Automatically performs backups prior to editing to support automated rollbacks on validation failures.

execute_package_repair

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_repair_state

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.

retrieve_similar_incidents

Query the local knowledge database for past incidents matching the given fingerprint. Returns prior repair strategies and their success rates.

get_incident_history

Retrieve a complete log of all past diagnostic and repair incidents.

check_repair_strategy_limit

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_prevention_rule

Register a system hardening or monitoring recommendation rule to prevent identical future failures.

get_prevention_rules

Fetch all registered hardening/prevention rules in the system.

get_platform_capabilities

Query the operational capabilities and supported monitoring features on this host platform (Windows or Linux).