Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add mcp/notharshhaa/devops-mcp/devopsgit clone --depth 1 https://github.com/NotHarshhaa/devops-mcpGrade C, and why
devops scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Reaches for credential fileshighPrivilege escalation
SSH keys, cloud credentials, git-credentials, .npmrc, /etc/shadow: reading these is how a config file becomes a credential leak.
"KUBECONFIG": "/home/you/.kube/config", What it actually says
{
"devops": {
"command": "npx",
"args": [
"-y",
"devops-mcp@latest"
],
"env": {
"KUBECONFIG": "/home/you/.kube/config",
"ARGOCD_SERVER": "https://argocd.company.com",
"ARGOCD_TOKEN": "your-argocd-token",
"PROMETHEUS_URL": "http://prometheus.monitoring:9090",
"PAGERDUTY_TOKEN": "your-pd-api-token"
}
}
}What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 16 lines scan C 697cee3d9571
devops is an MCP server published in the GitHub repository NotHarshhaa/devops-mcp (2 stars, last pushed 1mo ago), licensed MIT. Its token cost is not measured: an MCP server costs its tool schemas, not its config file. A static security scan graded it C with 1 finding (reaches for credential files). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other mcp servers, from other repositories
argocd-mcp-server
MCP server for ArgoCD GitOps continuous delivery integration. Runs locally from the argocd-mcp-server Python package.
radar
MCP server "radar" as configured in skyhook-io/radar. Runs in Docker (ghcr.io/skyhook-io/radar:1.9.2).
playwright
Lets the agent drive a real browser: open pages, click, type, take screenshots and read the accessibility tree, using Playwright. Runs locally from the @playwright/mcp npm package.
kubernetes
Model Context Protocol (MCP) server for Kubernetes and OpenShift. Runs locally from the kubernetes-mcp-server npm package. Needs 1 environment variable to run.
expo
MCP server "expo", hosted remotely at mcp.expo.dev, as configured in bex-co/bex.
telecom-cli
MCP server "telecom-cli" as configured in thc1006/telecom-ops-claude-code-plugins. Launched with ${CLAUDE_PLUGIN_ROOT}/scripts/telecom-mcp-server.sh. Needs 1 environment variable to run.