A powerful MCP server built with NitroStack
Add via Cursor Settings UI (Settings > Features > MCP > Add New MCP Server):
{
"mcpServers": {
// your other mcp servers
"codepilot-srm": {
"url": "https://codepilot-srm-6a6c6c10-binary-brains-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
"codepilot-srm": {
"serverUrl": "https://codepilot-srm-6a6c6c10-binary-brains-srmist.app.nitrocloud.ai/mcp"
}
}
}
Add the following configuration block to your Codex configuration file (~/.codex/config.toml):
[mcp_servers.codepilot-srm] url = "https://codepilot-srm-6a6c6c10-binary-brains-srmist.app.nitrocloud.ai/mcp"
Connect directly using the Server-Sent Events endpoint:
https://codepilot-srm-6a6c6c10-binary-brains-srmist.app.nitrocloud.ai/mcp
Recommend a DSA question based on topic and difficulty. Use this to serve one rich problem card at a time.
Teach a DSA concept or problem pattern (e.g. Binary Search, Sliding Window).
Provide progressive hints for a problem.
Generate personalized study roadmaps for any duration (e.g. 5 days, 1 month).
Simulate a FAANG interview. Selects a question and provides structured feedback criteria.