Back to Home
DennySORA icon

Ops-Tools

Verified Safe

by 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

Run Command
ops-tools

Environment 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

Stats

Interest Score38
Security Score9
Cost ClassLow
Stars6
Forks0
Last Update2026-01-17

Tags

DevOpsCLIRustAI ToolsMCP