Skip to content

Commit bad1779

Browse files
committed
fix: detailed install steps with copyable MCP config in site.json
Made-with: Cursor
1 parent acfdd13 commit bad1779

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

docs/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1352,15 +1352,15 @@ <h2>Installation</h2>
13521352
<div class="cat-body">
13531353
<ol class="install-steps">
13541354

1355-
<li><span>Clone the repository</span></li>
1355+
<li><span><strong>Option A: npm (recommended)</strong><br><code>npm install -g @tmhs/homelab-mcp</code></span></li>
13561356

1357-
<li><span>Open the folder in Cursor IDE</span></li>
1357+
<li><span><strong>Option B: from source</strong><br><code>git clone https://github.com/TMHSDigital/Home-Lab-Developer-Tools.git</code><br><code>cd Home-Lab-Developer-Tools/mcp-server && npm install && npm run build</code></span></li>
13581358

1359-
<li><span>Install MCP server: <code>cd mcp-server && npm install</code></span></li>
1359+
<li><span><strong>Add to Cursor MCP config</strong> (<code>.cursor/mcp.json</code>):<br><code>{"mcpServers":{"homelab":{"command":"npx","args":["-y","@tmhs/homelab-mcp"],"env":{"HOMELAB_PI_HOST":"192.168.1.x","HOMELAB_PI_USER":"pi","HOMELAB_PI_KEY_PATH":"~/.ssh/id_rsa"}}}}</code></span></li>
13601360

1361-
<li><span>Configure SSH access to your Raspberry Pi / home lab nodes</span></li>
1361+
<li><span><strong>Configure SSH:</strong> Set <code>HOMELAB_PI_HOST</code>, <code>HOMELAB_PI_USER</code>, and <code>HOMELAB_PI_KEY_PATH</code> in the env block above. See <code>.env.example</code> for all optional vars (Grafana, AdGuard, Ntfy, etc.).</span></li>
13621362

1363-
<li><span>Start using the AI skills and rules</span></li>
1363+
<li><span>Open any project in Cursor and the 22 skills, 11 rules, and 50 MCP tools are available immediately.</span></li>
13641364

13651365
</ol>
13661366
</div>
@@ -1479,7 +1479,7 @@ <h2>Related Tools</h2>
14791479
</div>
14801480
<div class="footer-divider"></div>
14811481
<div class="footer-meta">
1482-
<span>v0.10.0</span>
1482+
<span>v0.11.0</span>
14831483
<span>&middot;</span>
14841484
<span>CC-BY-NC-ND-4.0</span>
14851485
<span>&middot;</span>

site.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"favicon": "assets/logo.png",
77
"ogImage": "assets/logo.png",
88
"installSteps": [
9-
"Clone the repository",
10-
"Open the folder in Cursor IDE",
11-
"Install MCP server: <code>cd mcp-server && npm install</code>",
12-
"Configure SSH access to your Raspberry Pi / home lab nodes",
13-
"Start using the AI skills and rules"
9+
"<strong>Option A: npm (recommended)</strong><br><code>npm install -g @tmhs/homelab-mcp</code>",
10+
"<strong>Option B: from source</strong><br><code>git clone https://github.com/TMHSDigital/Home-Lab-Developer-Tools.git</code><br><code>cd Home-Lab-Developer-Tools/mcp-server && npm install && npm run build</code>",
11+
"<strong>Add to Cursor MCP config</strong> (<code>.cursor/mcp.json</code>):<br><code>{\"mcpServers\":{\"homelab\":{\"command\":\"npx\",\"args\":[\"-y\",\"@tmhs/homelab-mcp\"],\"env\":{\"HOMELAB_PI_HOST\":\"192.168.1.x\",\"HOMELAB_PI_USER\":\"pi\",\"HOMELAB_PI_KEY_PATH\":\"~/.ssh/id_rsa\"}}}}</code>",
12+
"<strong>Configure SSH:</strong> Set <code>HOMELAB_PI_HOST</code>, <code>HOMELAB_PI_USER</code>, and <code>HOMELAB_PI_KEY_PATH</code> in the env block above. See <code>.env.example</code> for all optional vars (Grafana, AdGuard, Ntfy, etc.).",
13+
"Open any project in Cursor and the 22 skills, 11 rules, and 50 MCP tools are available immediately."
1414
],
1515
"links": {
1616
"npm": "https://www.npmjs.com/package/@tmhs/homelab-mcp",

0 commit comments

Comments
 (0)