supervisor-mcp-server
Verified Safeby masx200
Overview
Manages and monitors `supervisord` processes via a Model Context Protocol (MCP) server with a REST API.
Installation
No command providedSecurity Notes
The server explicitly addresses authentication for supervisord, uses input validation with `zod`, implements configuration backup, and logs errors. It provides HTTP endpoints, so network security best practices (e.g., firewall, access control, TLS if exposed beyond localhost) should be followed. While it handles authentication to `supervisord`, its own HTTP API does not appear to have direct authentication described in the README, relying on typical agent-to-tool scenarios where the agent is trusted.
Similar Servers
mcp-server-kubernetes
This MCP server enables AI agents to connect to and manage Kubernetes clusters by executing kubectl and Helm commands.
frontmcp
The CodeCall plugin provides AgentScript-based meta-tools for orchestrating MCP tools, enabling programmatic discovery, description, execution, and invocation of server capabilities within a sandboxed JavaScript environment.
mcp-typescript-template
This project provides a foundational TypeScript template for developing remote Model Context Protocol (MCP) servers with robust tooling and best practices.
mcp-gearbox
A cross-platform desktop application for managing Model Context Protocol (MCP) servers across various AI agents.