mcp-server-computer
Verified Safeby CorgiBoyG
Overview
This server acts as a Spring AI MCP Server component to provide cross-platform computer configuration information (OS, user, Java, and platform-specific details) to an AI agent.
Installation
java -jar target/mcp-server-computer-1.0.0.jarSecurity Notes
The server uses `Runtime.getRuntime().exec()` to run system commands (`systeminfo`, `system_profiler`, `lshw`). While these commands are hardcoded and the user input ('computer' parameter) is not used in their construction, preventing direct command injection, executing external processes always carries an inherent risk. However, for a system information service, this approach is common. No hardcoded secrets or 'eval'-like patterns were found.
Similar Servers
zenfeed
An AI-powered information hub that acts as an intelligent RSS reader, real-time news knowledge base, and personal assistant for monitoring events and delivering analysis reports.
cupertino
Cupertino is an Apple Documentation Crawler & MCP Server that provides accurate, up-to-date Apple API documentation and sample code to AI agents and developers for offline and AI-assisted development.
meds-mcp
A Medical Context Protocol (MCP) server for retrieving and analyzing de-identified patient EHR data, facilitating LLM-powered chat interaction and evidence review with medical ontologies and faceted search.
dotbox-mcp
An MCP server that enables LLMs to execute .NET workloads in isolated Docker containers for C# code execution, project management, and web API hosting.