Cursor
Cursor supports MCP servers and project rules. There's no native "skill" concept, so the Bryntum skill content goes into a rules file.
1. Add the Bryntum rules
Copy the contents of the SKILL.md into a Cursor rule. Create .cursor/rules/bryntum.mdc in your project:
---
description: Bryntum component integration rules
globs: ["**/*.{ts,tsx,js,jsx,vue,css}"]
alwaysApply: false
---
<!-- paste the body of bryntum/SKILL.md here -->
Setting globs lets Cursor attach the rule automatically when you're editing relevant files. Alternatively set alwaysApply: true if the project is heavily Bryntum-based.
2. Connect the MCP server
Add .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):
{
"mcpServers": {
"bryntum": {
"url": "https://mcp.bryntum.com"
}
}
}
Restart Cursor, then check Settings → MCP to confirm bryntum is connected and the tools are enabled.
3. Prompt
Reference the docs lookup explicitly until you trust the rule is firing:
Add a Bryntum Scheduler in React using the trial package 7.2.0. Use the Bryntum MCP server to confirm config before writing code.
Checklist
-
.cursor/rules/bryntum.mdccontains the skill content -
.cursor/mcp.jsonpoints athttps://mcp.bryntum.com - MCP shows connected in Cursor settings