Ops-Tools
Verified Safeby DennySORA
Overview
Manages AI model context protocol (MCP) servers for various AI CLIs (Claude, Codex, Gemini) by installing, updating, and removing them, and provides a broader set of DevOps utilities.
Installation
ops-toolsEnvironment Variables
- GITHUB_PERSONAL_ACCESS_TOKEN
- GITHUB_HOST
- CONTEXT7_API_KEY
- enable_cloudflare_mcp
- ARXIV_STORAGE_PATH
Security Notes
The tool executes numerous external commands and manipulates sensitive configuration files (e.g., kubeconfig, AI CLI settings). It primarily uses Rust's `std::process::Command` which is generally safer than direct shell execution, mitigating many command injection risks. Explicit `bash -c` usage is limited to internal, fixed installation scripts or carefully constructed command arguments. Sensitive environment variables are designed to be read at compile time (`option_env!`) to prevent accidental hardcoding. The tool includes a security scanner feature, indicating a focus on security. However, as an orchestrator of many third-party tools and binaries, its overall security is inherently dependent on the integrity of those external components and scripts. No direct `eval` or user-controlled unsanitized input to shell execution was identified.
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.
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.
codex-mcp-rs
Provides a high-performance MCP server to wrap the Codex CLI for AI-assisted coding tasks.