machine-info-mcp-server
Verified Safeby netbuffer
Overview
This server provides real-time host system information (CPU, memory, disk, OS) via a Model Context Protocol (MCP) interface, designed for integration with Spring AI applications.
Installation
java -jar target/machine-info-mcp-server.jarSecurity Notes
The server uses the OSHI library to collect read-only system information. It does not involve dynamic code execution, 'eval' functions, or direct network listening (configured as 'web-application-type: none' and uses stdio for MCP). No hardcoded secrets were found. The primary risk would be if the MCP client is compromised and misuses the system information, or if a highly sensitive system runs this in an untrusted environment.
Similar Servers
MCP-SERVER
Provides an MCP server for automated data analysis workflows including loading datasets, cleaning data, sentiment analysis, clustering, topic extraction, and generating comprehensive reports with visualizations for an AI client.
Dida365MCP
This server integrates Dida365 (TickTick) task management capabilities, allowing an AI agent to create, read, update, and delete tasks and projects via the Model Context Protocol (MCP).
mcp-units
Converts cooking measurements (volume, weight, temperature) between common units, designed for integration with MCP-compatible tools and VSCode extensions.
drilling_mcp_server
Analyzes oil and gas drilling data from CSV files, providing tools for Rate of Penetration (ROP), Mechanical Specific Energy (MSE), Non-Productive Time (NPT) calculations, and data visualization via an MCP server.