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 and Model Context Protocol (MCP) server, designed to crawl, index, and serve Apple's developer documentation, Swift Evolution proposals, and sample code to AI agents like Claude, enabling accurate, up-to-date, and offline API knowledge.
meds-mcp
Provides a medical context protocol (MCP) server and a React-based chat interface for interacting with patient records via LLMs and medical ontologies, facilitating evidence review and patient data exploration.
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.