-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsite.json
More file actions
34 lines (34 loc) · 1.83 KB
/
site.json
File metadata and controls
34 lines (34 loc) · 1.83 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
33
34
{
"accent": "#0db7ed",
"accentLight": "#4fc3f7",
"heroGradientFrom": "#0a1117",
"heroGradientTo": "#0d2137",
"favicon": "assets/logo.png",
"ogImage": "assets/logo.png",
"installSteps": [
"<strong>Option A: npm (recommended)</strong><br><code>npm install -g @tmhs/docker-mcp</code>",
"<strong>Option B: from source</strong><br><code>git clone https://github.com/TMHSDigital/Docker-Developer-Tools.git</code><br><code>cd Docker-Developer-Tools/mcp-server && npm install && npm run build</code>",
"<strong>Add to Cursor MCP config</strong> (<code>.cursor/mcp.json</code>):<br><code>{\"mcpServers\":{\"docker\":{\"command\":\"npx\",\"args\":[\"-y\",\"@tmhs/docker-mcp\"]}}}</code>",
"<strong>Prerequisite:</strong> Docker must be installed and running on your machine. Node.js 20+ required.",
"Open any project in Cursor and the 17 skills, 10 rules, and 150 MCP tools are available immediately."
],
"links": {
"npm": "https://www.npmjs.com/package/@tmhs/docker-mcp",
"github": "https://github.com/TMHSDigital/Docker-Developer-Tools"
},
"quickStart": {
"title": "Get started in seconds",
"command": "npm install -g @tmhs/docker-mcp"
},
"compatibility": {
"cursor": "0.49+",
"os": ["Windows", "macOS", "Linux"],
"node": "18+",
"claude": "Claude Code compatible"
},
"relatedTools": [
{ "name": "Home Lab Developer Tools", "url": "https://tmhsdigital.github.io/Home-Lab-Developer-Tools/", "description": "Home lab and Raspberry Pi workflows for Cursor" },
{ "name": "Monday Cursor Plugin", "url": "https://tmhsdigital.github.io/Monday-Cursor-Plugin/", "description": "Monday.com project management integration" },
{ "name": "Developer Tools Directory", "url": "https://tmhsdigital.github.io/Developer-Tools-Directory/", "description": "Browse all TMHSDigital developer tools" }
]
}