A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"ai-workplace-digital-twin": {
"url": "https://test-1-6a59d-neural-nexus-amrita-university-amritapuri-campus-1.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
"ai-workplace-digital-twin": {
"serverUrl": "https://test-1-6a59d-neural-nexus-amrita-university-amritapuri-campus-1.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.ai-workplace-digital-twin] url = "https://test-1-6a59d-neural-nexus-amrita-university-amritapuri-campus-1.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://test-1-6a59d-neural-nexus-amrita-university-amritapuri-campus-1.app.nitrocloud.ai/mcp
Start continuous live polling of enterprise SaaS systems (GitHub, Jira, Datadog, Calendar) every 30 seconds.
Stop continuous live polling of enterprise SaaS systems.
Get the active status of SaaS polling, last run timestamp, and recent Gmail/Slack alerts.
Get the live AI Workplace Digital Twin dashboard: overall company health score, per-department health, open incidents, and top recommendations.
Get the detailed engineering health report computed from weighted metrics (Deployment Success 25%, CI/CD Success 20%, Sprint Health 20%, Issue Rate 15%, Infrastructure 20%).
Get the complete analysis for one incident: timeline, root cause, confidence, affected systems, business impact and recommendations. Renders the incident detail view.
Get prioritized AI recommendations (high/medium/low). Optionally scoped to one incident. Exposes Approve/Reject actions.
Action Agent: approve and execute a recommended action through its designated MCP server.
Action Agent: reject a recommended action, marking it as rejected in the timeline.
Hackathon Simulator: Trigger one of the 10 supported incident scenarios to observe how the LangGraph multi-agent pipeline reasons and mitigates in real-time.
Executive Copilot: Ask natural-language operational questions like "Why is engineering health low?", "Summarize today's risks", etc.
Show the live multi-agent execution pipeline (Monitoring -> Engineering -> Executive -> Action) and agent logs.
Legacy alias for getCompanyHealth.
List active incidents.
Legacy alias for getIncidentReport.
Legacy alias for approveRecommendation.
Legacy alias for getAgentActivity.