platform-mcp-server
Verified Safeby scatat
Overview
Manages platform engineering tools (Teleport, Kubernetes, Flux, Git) through AI agents for secure, idempotent operations and workflow automation.
Installation
npx @modelcontextprotocol/inspector $(pwd)/.venv/bin/python $(pwd)/platform_mcp.pySecurity Notes
Employs strong security practices including `subprocess.run(shell=False)`, `shlex.quote()` for user-supplied inputs, and robust input validation (e.g., `ALLOWED_TELEPORT_CLUSTERS`). A critical compliance check prevents SSH operations via MCP tools to production environments. Cryptographic tokens enforce a secure tool design validation workflow. No hardcoded secrets or malicious patterns were identified.
Similar Servers
mcp-server
A Model Context Protocol (MCP) server that provides real-time Indian options market data and volatility analytics from GetOutpost.in for integration with AI chat models like Claude.
MCP-SERVER
Provides an MCP server for automated data analysis workflows including loading datasets, cleaning data, sentiment analysis, clustering, topic extraction, and generating comprehensive reports with visualizations for an AI client.
drilling_mcp_server
Analyzes oil and gas drilling data from CSV files, providing tools for Rate of Penetration (ROP), Mechanical Specific Energy (MSE), Non-Productive Time (NPT) calculations, and data visualization via an MCP server.
common-mcp-server
Provides a reusable framework for building HTTP Model Context Protocol (MCP) servers with FastAPI, supporting OAuth 2.1 and Personal Access Token (PAT) authentication.