{"id":"corgiboyg-mcp-server-computer","name":"mcp-server-computer","homepage":null,"repo_url":"https://github.com/CorgiBoyG/mcp-server-computer","category":"devtools","subcategories":[],"tags":["mcp","computer-info","system-info","spring-boot","java","windows","macos","linux","diagnostics","tooling"],"what_it_does":"Provides an MCP server (stdio mode) that exposes a tool (queryConfig) to query local computer/system configuration: OS details, user information, Java runtime version, and platform-specific hardware/system info on Windows/macOS/Linux by executing relevant system commands.","use_cases":["Local environment discovery for AI agents (OS/user/Java version)","Generating machine capability summaries for automation workflows","Collecting basic diagnostics and compatibility info across platforms","Development-time checks for scripts/tools that need OS/hardware context"],"not_for":["Remote administration or extracting sensitive host information for untrusted users","Highly security-sensitive environments where executing system commands is prohibited","Workloads requiring high reliability/error semantics across heterogeneous hosts without validation"],"best_when":"Used as a local, controlled MCP tool in an environment where the agent is trusted and the host OS is known.","avoid_when":"Avoid exposing this service to untrusted networks/users or multi-tenant contexts; avoid running on hosts where system command execution is tightly restricted.","alternatives":["Custom internal scripts (PowerShell/bash) wrapped in a small API/MCP server","Existing system info collectors (e.g., platform-specific CLI tools) integrated into an MCP via a thin adapter","Agent tooling frameworks that allow running whitelisted commands directly (with strict sandboxing)"],"af_score":50.2,"security_score":29.2,"reliability_score":13.8,"package_type":"mcp_server","discovery_source":["github"],"priority":"low","status":"evaluated","version_evaluated":null,"last_evaluated":"2026-04-04T19:34:38.793870+00:00","interface":{"has_rest_api":false,"has_graphql":false,"has_grpc":false,"has_mcp_server":true,"mcp_server_url":null,"has_sdk":false,"sdk_languages":[],"openapi_spec_url":null,"webhooks":false},"auth":{"methods":[],"oauth":false,"scopes":false,"notes":"No authentication/authorization mechanism is described. The README indicates stdio mode for an MCP server, which typically relies on the surrounding host process for trust boundaries."},"pricing":{"model":null,"free_tier_exists":false,"free_tier_limits":null,"paid_tiers":[],"requires_credit_card":false,"estimated_workload_costs":null,"notes":"No pricing information provided."},"requirements":{"requires_signup":false,"requires_credit_card":false,"domain_verification":false,"data_residency":[],"compliance":[],"min_contract":null},"agent_readiness":{"af_score":50.2,"security_score":29.2,"reliability_score":13.8,"mcp_server_quality":55.0,"documentation_accuracy":70.0,"error_message_quality":0.0,"error_message_notes":null,"auth_complexity":100.0,"rate_limit_clarity":0.0,"tls_enforcement":0.0,"auth_strength":20.0,"scope_granularity":0.0,"dependency_hygiene":55.0,"secret_handling":80.0,"security_notes":"Security posture is largely unknown from the README. The server is described as stdio-mode MCP, likely intended for local/host-trusted use. It likely executes platform commands (systeminfo/system_profiler/lshw), which increases the risk surface if the execution environment is not tightly controlled. No authentication, authorization, or rate limiting is documented; ensure strict trust boundaries and command allowlisting/sandboxing. Dependency details and CVE status are not provided.","uptime_documented":0.0,"version_stability":35.0,"breaking_changes_history":0.0,"error_recovery":20.0,"idempotency_support":"true","idempotency_notes":"querying system configuration is naturally idempotent (read-only). No explicit idempotency guarantees are documented.","pagination_style":"none","retry_guidance_documented":false,"known_agent_gotchas":["Platform command availability: Windows/macOS/Linux hardware queries depend on OS tools (systeminfo, system_profiler, lshw). Missing commands may cause failures.","Command execution/sandboxing: if the MCP runtime is sandboxed or restricted, tool calls may fail.","Output size/format consistency: system command outputs may vary by host and locale; agents should be robust to differences.","No documented auth/rate limiting: assume no protective limits beyond the host environment."]}}