System Info
БесплатноНе проверенProvides system hardware information (CPU, memory, storage, etc.) and system status (OS, network, resource usage) via MCP tools.
Описание
Provides system hardware information (CPU, memory, storage, etc.) and system status (OS, network, resource usage) via MCP tools.
README
A system information tool based on the MCP (Model Context Protocol) specification
🎯 Features
This project implements the latest Model Context Protocol specification, providing:
- Hardware Information - Complete hardware details (CPU, memory, storage, graphics, battery, serial numbers)
- System Status - System status information (OS, network interfaces, CPU and memory usage)
🚀 Installation & Usage
Install Dependencies
# Using pnpm (recommended)
pnpm install
# Or using npm
npm install
Run MCP Server
# Start server
npm start
# Or development mode (auto-restart)
npm run dev
Global Installation (Optional)
npm link
# Then use directly
mcp-system-info
🔧 MCP Tools
The server provides 2 streamlined MCP tools:
| Tool Name | Description | Parameters |
|---|---|---|
get_hardware_info |
Get complete hardware information | None |
get_system_status |
Get system status and resource usage | None |
📝 Configuration
MacOS / Linux
{
"mcpServers": {
"system-info": {
"command": "npx",
"args": ["npx", "-y", "mcp-system-info"]
}
}
}
windows
{
"mcpServers": {
"system-info": {
"command": "cmd",
"args": ["/c", "npx", "-y", "mcp-system-info"]
}
}
}
🧪 Testing
Run the included test script:
node test.js
📊 Output Format
All tools return structured JSON data:
{
"content": [
{
"type": "text",
"text": "# Information Title\n\n```json\n{data}\n```"
}
]
}
🔒 Security
- Read-only system information access
- No system modification operations
- Structured JSON data format
- Follows MCP security best practices
📄 License
ISC
Welcome to submit Issues and Pull Requests to improve this tool!
Установка System Info
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/cooderamily/system-tool-mcpFAQ
System Info MCP бесплатный?
Да, System Info MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для System Info?
Нет, System Info работает без API-ключей и переменных окружения.
System Info — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить System Info в Claude Desktop, Claude Code или Cursor?
Открой System Info на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare System Info with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
