Ops-Tools
Verified Safeby DennySORA
Overview
A Rust-based command-line interface (CLI) toolset designed for DevOps workflows, offering features like infrastructure-as-code cache cleanup, AI code assistant management, system package installation, security scanning, LLM prompt generation, container image building, and Kubernetes configuration management.
Installation
ops-toolsEnvironment Variables
- GITHUB_PERSONAL_ACCESS_TOKEN
- GITHUB_HOST
- CONTEXT7_API_KEY
- enable_cloudflare_mcp
- ARXIV_STORAGE_PATH
Security Notes
The project is a CLI utility, not a server itself, though it manages and interacts with external MCP servers. It extensively relies on downloading and installing various external tools (e.g., NVM, pnpm, Rustup, Go, kubectl, k9s, security scanners) from diverse online sources (GitHub releases, raw scripts, package managers). While some downloads include checksum verification, a universal strong verification mechanism (like PGP signatures) is not consistently implemented across all external fetches, introducing a potential supply chain risk if any upstream source is compromised. Command execution is primarily handled through `std::process::Command` with explicit arguments, mitigating risks associated with direct `eval` calls. User-provided secrets (API keys, tokens) are designed to be set via environment variables and are either directly used as such or written to local configuration files (e.g., `~/.codex/config.toml`), preventing hardcoding in the distributed binary. System-wide installations and removals leverage `sudo` and incorporate checks for its availability.
Similar Servers
cli
The Smithery CLI is a developer tool for installing, managing, building, running, and deploying Model Context Protocol (MCP) servers and integrating them with various AI clients.
agentx
A unified CLI tool for managing MCP (Model Context Protocol) servers and skills across multiple AI coding agents like Claude Code, Codex, Cursor, Gemini CLI, and OpenCode.
mcp-framework
A Rust framework for building AI agents with built-in Model Context Protocol (MCP) support, multi-LLM integration, and a web-based inspector for debugging.
mcp-cli
A command-line interface tool for managing Model Context Protocol (MCP) server configuration files across various AI tools.