A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"skillsync-ai": {
"url": "https://skillsync2-6a6c8138-teenage-kirks-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
"skillsync-ai": {
"serverUrl": "https://skillsync2-6a6c8138-teenage-kirks-srmist.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.skillsync-ai] url = "https://skillsync2-6a6c8138-teenage-kirks-srmist.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://skillsync2-6a6c8138-teenage-kirks-srmist.app.nitrocloud.ai/mcp
Register a new student into SkillSync AI.
Get a student by ID.
List all registered students.
Search students by department, skill or availability.
Find the best peer learning partners for a student.
Send a connection request to another student.
Accept a pending connection request.
Reject a pending connection request.
List all connection requests for a student.
Send a message inside a chat room.
Retrieve all messages from a chat room.
List all chat rooms of a student.