brilliant-directories-mcp
v6.58.2
io.github.yamaru-eu/hardware-probe · v1.1.2
Hardware probe for performance diagnostics, thermal monitoring, and LLM optimization.
hardware-probe 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"hardware-probe": {
"command": "npx",
"args": [
"-y",
"@yamaru-eu/hardware-probe"
]
}
}
}REMOTE_API_URL可选URL of the remote recommendation API
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
{
"id": "io.github.yamaru-eu/hardware-probe",
"type": "mcp-server",
"version": "1.1.2",
"displayName": "hardware-probe",
"description": "Hardware probe for performance diagnostics, thermal monitoring, and LLM optimization.",
"repository": {
"url": "https://github.com/yamaru-eu/hardware-probe",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@yamaru-eu/hardware-probe",
"version": "1.1.2",
"transport": "stdio",
"environmentVariables": [
{
"name": "REMOTE_API_URL",
"description": "URL of the remote recommendation API"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.yamaru-eu/hardware-probe",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.yamaru-eu%2Fhardware-probe/versions/latest",
"isOfficial": true,
"status": "active"
}
}