A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"command-center": {
"url": "https://mcp-hackathon-6a-alchemists-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
"command-center": {
"serverUrl": "https://mcp-hackathon-6a-alchemists-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.command-center] url = "https://mcp-hackathon-6a-alchemists-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://mcp-hackathon-6a-alchemists-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp
CFO Agent: Analyze the financial impact of a strategic decision.
CMO Agent: Evaluate market trends and competitive landscape for a decision.
CTO Agent: Assess the technical feasibility and engineering effort for a decision.
Fetch recent logs from Kubernetes pods for a given service.
Query Grafana for recent metrics (CPU, Memory, Error Rates) for a service.
Execute a safe Kubernetes rollback to the previous stable version.
Check the threat intelligence database for a specific IP address.
Fetch recent authentication attempts from the Identity Provider.
Update the WAF (Web Application Firewall) to block an IP address.