A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"chiefos-server": {
"url": "https://chiefos-6a6d9c88-visionnatrix-srmist.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
"chiefos-server": {
"serverUrl": "https://chiefos-6a6d9c88-visionnatrix-srmist.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.chiefos-server] url = "https://chiefos-6a6d9c88-visionnatrix-srmist.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://chiefos-6a6d9c88-visionnatrix-srmist.app.nitrocloud.ai/mcp
Perform basic arithmetic calculations
Convert temperature units based on file content or direct input. Supports Celsius (C) and Fahrenheit (F).
Routes any incoming work item to the correct specialist AI agent and returns a recommendation.
Analyze inbox messages and return a summary.
Returns calendar status and availability.
Analyze an email and extract key information including sender, subject, priority, and suggested category
Categorize a batch of emails into predefined categories (work, personal, spam, urgent)
Extract action items and deadlines from email content
Find available time slots for scheduling a meeting based on calendar availability
Schedule a meeting with specified attendees at a given time
Get a summary of upcoming meetings for a specific date or date range
Reschedule an existing meeting to a new time
Create a new task with title, description, priority, and due date
Analyze and prioritize a batch of tasks based on urgency, importance, and dependencies
Update the status of a task (e.g., in-progress, completed, blocked)
Get a summary of all tasks grouped by status and priority
Log an action or event to the audit trail
Log an approval decision with reason and approver information
Retrieve audit trail for a specific resource or time period
Get approval history for a specific resource
Generate a comprehensive audit report for a time period
Request approval for a resource (email action, task, meeting, etc.)
Get list of pending approvals for a specific approver or all approvers
Approve a pending approval request
Get the current status of an approval request
Escalate an approval request to higher-level approvers
Get metrics on approval workflow performance