cosmotop
by bjia56
Overview
System monitoring and information exposure via MCP protocol.
Installation
cosmotop --mcpEnvironment Variables
- HOME
- USERPROFILE
- XDG_CONFIG_HOME
- DOCKER_HOST
- PAGER
- COSMOTOP_SNAPPED
Security Notes
The server's Cosmopolitan build dynamically downloads platform-specific plugins (executables) from GitHub releases, posing a supply chain risk if the release source is compromised. The `downloadFile` function executes `curl`, `wget`, or Python for fetching, and `chmod`s the downloaded binary to be executable. Docker monitoring, if configured via `DOCKER_HOST` to an HTTP endpoint, explicitly states that 'Access to the socket must be over plaintext (i.e. no TLS)', which exposes sensitive data and potentially credentials over an unencrypted network.
Similar Servers
mcp-router
A desktop application that simplifies the management and aggregation of Model Context Protocol (MCP) servers.
linux-mcp-server
This server provides read-only Linux system administration, diagnostics, and troubleshooting capabilities for AI agents using the Model Context Protocol (MCP).
prometheus-mcp
A Model Context Protocol (MCP) server that enables AI agents and CLI users to query and discover metrics from Prometheus, with built-in features like retries, caching, and an optional metrics exporter.
shinzo-py
Provides OpenTelemetry-compatible observability for Python MCP servers, offering insights into agent usage patterns, contextualized tool calls, and server performance analysis.