Connect Your AI Agent
Connect Cursor, VS Code Copilot, Claude, or any MCP-compatible agent to sync your roadmap bidirectionally with CollabLearn.
How It Works
1. Generate API Key
Create a key below to authenticate your agent
2. Configure Agent
Add the config to your editor (Cursor, VS Code, etc.)
3. Sync Both Ways
Agent reads your plan, marks tasks done → CollabLearn updates
API Keys
Generate and manage API keys for MCP authentication
Setup Instructions
Choose your editor and copy the configuration
Go to Settings → MCP or edit ~/.cursor/mcp.json
{
"mcpServers": {
"collablearn": {
"command": "npx",
"args": ["mcp-remote", "https://api.collablearn.in/mcp"],
"env": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}The CollabLearn MCP server will now appear in your agent tools
Available Agent Tools
Once connected, your agent can use these tools
get_context
Fetch project roadmap and specifications
get_active_plan
Get the active plan as markdown
get_tasks
List all tasks with statuses
update_task
Mark a task as done/in progress
sync_tasks
Bulk update multiple tasks