mcp-system-info
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-system-infoshow me the current system status"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
System Info Tool
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)
Related MCP server: System Info MCP Server
๐ Installation & Usage
Install Dependencies
# Using pnpm (recommended)
pnpm install
# Or using npm
npm installRun MCP Server
# Start server
npm start
# Or development mode (auto-restart)
npm run devGlobal Installation (Optional)
npm link
# Then use directly
mcp-system-info๐ง MCP Tools
The server provides 2 streamlined MCP tools:
Tool Name | Description | Parameters |
| Get complete hardware information | None |
| 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!
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides tools for obtaining system CPU and memory statistics through FastAPI endpoints exposed via MCP.Last updated4Apache 2.0
- Alicense-qualityDmaintenanceEnables comprehensive system monitoring and diagnostics through 18 tools that provide detailed information about CPU, memory, disk usage, network interfaces, running processes, battery status, hardware details, and temperature monitoring. Allows users to query system information and performance metrics through natural language interactions.Last updated12ISC
- FlicenseBqualityDmaintenanceA lightweight MCP server that provides real-time hardware statistics including CPU, memory, disk, and NVIDIA GPU usage. It enables users to monitor system performance and retrieve comprehensive host machine specifications through a standardized interface.Last updated1
- Alicense-qualityDmaintenanceEnables interaction with Linux system operations via MCP, including CPU, memory, processes, storage, filesystem, hardware, network, monitoring, and logs.Last updated9MIT
Related MCP Connectors
Remote MCP for tool license checks, vendor policy review, alternatives, and license receipts.
MCP uptime, schema, auth, and SLA receipt monitoring.
327 tools, 92 providers. Pay per call via x402 + MPP. One MCP endpoint.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cooderamily/system-tool-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server