-
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.91 KB
/
site.json
File metadata and controls
34 lines (34 loc) · 1.91 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": "#66c0f4",
"accentLight": "#8ad4f8",
"heroGradientFrom": "#0e1419",
"heroGradientTo": "#1b2838",
"favicon": "assets/logo.png",
"ogImage": "assets/logo.png",
"installSteps": [
"<strong>Install the plugin:</strong><br><code>git clone https://github.com/TMHSDigital/Steam-Cursor-Plugin.git</code><br>Open the cloned folder in Cursor IDE.",
"<strong>Install the companion MCP server:</strong><br><code>npm install -g @tmhs/steam-mcp</code>",
"<strong>Get a Steam API key</strong> (free) at <a href=\"https://steamcommunity.com/dev/apikey\" target=\"_blank\">steamcommunity.com/dev/apikey</a>.",
"<strong>Add to Cursor MCP config</strong> (<code>.cursor/mcp.json</code>):<br><code>{\"mcpServers\":{\"steam\":{\"command\":\"npx\",\"args\":[\"-y\",\"@tmhs/steam-mcp\"],\"env\":{\"STEAM_API_KEY\":\"YOUR_KEY_HERE\"}}}}</code>",
"Restart Cursor. The 30 skills, 9 rules, and 25 MCP tools are now available. The API key is optional for store lookups but required for player-specific tools."
],
"links": {
"npm": "https://www.npmjs.com/package/@tmhs/steam-mcp",
"github": "https://github.com/TMHSDigital/Steam-Cursor-Plugin"
},
"quickStart": {
"title": "Get started in seconds",
"command": "npm install -g @tmhs/steam-mcp"
},
"compatibility": {
"cursor": "0.49+",
"os": ["Windows", "macOS", "Linux"],
"node": "18+",
"claude": "Claude Code compatible"
},
"relatedTools": [
{ "name": "Steam MCP Server", "url": "https://www.npmjs.com/package/@tmhs/steam-mcp", "description": "Standalone MCP server for Steam and Steamworks APIs" },
{ "name": "Docker Developer Tools", "url": "https://tmhsdigital.github.io/Docker-Developer-Tools/", "description": "Docker container workflows for Cursor" },
{ "name": "Developer Tools Directory", "url": "https://tmhsdigital.github.io/Developer-Tools-Directory/", "description": "Browse all TMHSDigital developer tools" }
]
}