A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"projectpilot-ai-server": {
"url": "https://project-pilot-ai-6a6d91a9-ronin-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
"projectpilot-ai-server": {
"serverUrl": "https://project-pilot-ai-6a6d91a9-ronin-srmist.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.projectpilot-ai-server] url = "https://project-pilot-ai-6a6d91a9-ronin-srmist.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://project-pilot-ai-6a6d91a9-ronin-srmist.app.nitrocloud.ai/mcp
Parses a project description and team size into structured milestones with assigned task items, plus a dashboard-ready progress summary.
Automatically creates and assigns project tasks based on a list of requirements/features and team size.
Formats project description, features, tech stack, and installation steps into a clean GitHub README.md document.
Schedules a calendar event/reminder for a meeting or project deadline given a title, start/end time, and attendees. Uses a real calendar webhook if configured, otherwise returns a mocked event for demo purposes.