-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsite.json
More file actions
32 lines (32 loc) · 1.93 KB
/
site.json
File metadata and controls
32 lines (32 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"accent": "#6C3EC6",
"accentLight": "#9D60F7",
"heroGradientFrom": "#0d1117",
"heroGradientTo": "#1a1230",
"favicon": "assets/logo.png",
"ogImage": "assets/logo.png",
"installSteps": [
"<strong>Install the plugin:</strong><br><code>git clone https://github.com/TMHSDigital/Monday-Cursor-Plugin.git</code><br>Open the cloned folder in Cursor IDE.",
"<strong>Install the Monday MCP server</strong> from the Cursor Marketplace:<br>Open Cursor Settings → MCP → search <code>monday</code> → install <strong>Monday Developer Tools</strong>.",
"<strong>Get your Monday API token:</strong> Go to <a href=\"https://monday.com\" target=\"_blank\">monday.com</a> → Profile → Admin → API. Copy your personal token.",
"<strong>Configure auth:</strong> The Monday MCP plugin will prompt for your API token on first use, or you can set it in the plugin settings.",
"Restart Cursor. The 21 skills, 8 rules, and 45 MCP tools are now active. You can query boards, create items, manage sprints, and more."
],
"links": {
"github": "https://github.com/TMHSDigital/Monday-Cursor-Plugin"
},
"quickStart": {
"title": "Get started in seconds",
"command": "git clone https://github.com/TMHSDigital/Monday-Cursor-Plugin.git\ncd Monday-Cursor-Plugin && cursor ."
},
"compatibility": {
"cursor": "0.49+",
"os": ["Windows", "macOS", "Linux"],
"claude": "Claude Code compatible"
},
"relatedTools": [
{ "name": "Docker Developer Tools", "url": "https://tmhsdigital.github.io/Docker-Developer-Tools/", "description": "Docker container workflows for Cursor" },
{ "name": "Steam Cursor Plugin", "url": "https://tmhsdigital.github.io/Steam-Cursor-Plugin/", "description": "Steam and Steamworks integration for Cursor" },
{ "name": "Developer Tools Directory", "url": "https://tmhsdigital.github.io/Developer-Tools-Directory/", "description": "Browse all TMHSDigital developer tools" }
]
}