A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"sentinelx-security-copilot": {
"url": "https://sentinelx-6a59f-ragebaiters-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
"sentinelx-security-copilot": {
"serverUrl": "https://sentinelx-6a59f-ragebaiters-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.sentinelx-security-copilot] url = "https://sentinelx-6a59f-ragebaiters-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://sentinelx-6a59f-ragebaiters-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp
Perform basic arithmetic calculations
Convert temperature units based on file content or direct input. Supports Celsius (C) and Fahrenheit (F).
Analyze uploaded logs for brute-force attacks, suspicious logins, malware indicators, and privilege escalation
Check IP address or URL reputation for phishing, malware, and malicious activity
Search CVE database for vulnerability details including CVSS scores and remediation steps
Generate a comprehensive incident report including executive summary, timeline, indicators of compromise, MITRE ATT&CK mappings, and remediation recommendations