A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"handoffos-server": {
"url": "https://handoffos-6a5b-the-tachyons-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
"handoffos-server": {
"serverUrl": "https://handoffos-6a5b-the-tachyons-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.handoffos-server] url = "https://handoffos-6a5b-the-tachyons-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://handoffos-6a5b-the-tachyons-amrita-university-amritapuri-campus.app.nitrocloud.ai/mcp
Ingest an enterprise event and recalculate the workflow state.
Detect deterministic workflow blockers with evidence and risk breakdowns.
Simulate a workflow resolution without changing live workflow state.
Plan evidence-backed actions that require approval before execution.
Execute an approved planned action and recalculate the live workflow.
Prepare an evidence-backed escalation for the workflow root blocker.
Forecast deterministic completion timing and identify critical-path delay drivers.
Compare health, root blockers, and completion forecasts across active workflows.
Restore the snapshot before the last approved state-changing action.
Simulate resolving multiple workflow nodes without changing the live workflow.
Export a structured JSON and Markdown audit report for a workflow.
Verify the tamper-evident SHA-256 audit chain for a workflow.
Reset the in-memory demo workflows and subscriptions to their deterministic seed state.