System Information MCP Server
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., "@System Information MCP ServerWhat is my current CPU load and available disk space?"
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 Information MCP Server
An MCP server that provides various tools and resources to monitor and retrieve host system information.
Features
Tools
get_system_info: Basic information about the host system (OS, memory, uptime, etc.).get_current_time: Current localized time on the host system.get_disk_usage: Disk space information (Windows-optimized using WMIC).get_cpu_load: CPU load averages and model information.get_network_interfaces: Details about all network interfaces.list_directory: List contents of a directory with file sizes and dates.move_files: Move or rename files/directories safely.search_files: Search for files in a directory matching a pattern.delete_files: Delete files or directories permanently (with safety guards).find_large_files: Identify heavy files for system cleaning.
🛡️ Safety Guards
The server includes logic to block operations on critical system directories (e.g.,
C:\Windows,C:\Program Files) and drive roots.
Resources
system://os_info: Static OS details (platform, release, hostname).
Prompts
system_health_check: A prompt to guide an AI agent through a comprehensive system health analysis.
Related MCP server: File System MCP Server
Installation
npm install
npm run buildUsage
Option 1: Claude Desktop (Stdio)
Add the following to your Claude Desktop configuration:
{
"mcpServers": {
"sysinfo": {
"command": "node",
"args": ["C:/Users/marko/.gemini/antigravity/scratch/mcp-server/build/index.js"]
}
}
}Option 2: Web Mode (SSE) - "Un-containerized"
If you are having permission issues with Claude Desktop, you can run the MCP server as a standalone web server:
Run the server:
node build/index.js --sseThe server will be available at
http://localhost:3000/sse.You can connect to this URL using any MCP-compatible web client or custom integration.
Development
npm run watch: Rebuild on changes.npm test: Run unit tests (Vitest).
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
- AlicenseBqualityDmaintenanceProvides advanced system monitoring and file search capabilities for macOS, allowing users to track performance metrics and perform enhanced file searches with content analysis and tagging features.Last updated211922MIT
- Flicense-qualityDmaintenanceEnables safe file system operations including reading, writing, updating, and deleting files with built-in security safeguards, automatic backups, and comprehensive error handling. Provides directory listing, file metadata extraction, and protects against operations on system-critical paths.Last updated
- Flicense-qualityDmaintenanceProvides secure file system operations for AI assistants including directory listing, file reading/writing, deletion, searching, and copying. Features safety controls like path validation, permission checks, and file size limits.Last updated
- 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
Related MCP Connectors
Let AI operate servers without SSH. Choose actions, approve risky changes, and audit every step.
Operate your Linux servers from your LLM. Every action runs through an auditable allowlist.
Securely search and manage workspace context files for AI agents and teams.
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/markolive1501/MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server