Back to Home
CorgiBoyG icon

mcp-server-computer

Verified Safe

by 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

Run Command
java -jar target/mcp-server-computer-1.0.0.jar

Security 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

Stats

Interest Score35
Security Score8
Cost ClassLow
Avg Tokens50
Stars8
Forks0
Last Update2025-11-22

Tags

Spring AISystem InformationCross-platformJavaMCP Server