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 for managing Model Context Protocol (MCP) servers, supporting local and remote connections, context management, and integration with AI tools.
mcpm.sh
This server provides a command-line interface to manage Model Context Protocol (MCP) servers, allowing users to discover, install, configure, run, share, and monitor them.
linux-mcp-server
A Model Context Protocol (MCP) server for read-only Linux system administration, diagnostics, and troubleshooting on RHEL-based systems.
prometheus-mcp
Provides a Model Context Protocol (MCP) server and CLI tools to query Prometheus, offering features like retries, caching, and an optional metrics exporter.