devops

devops is an agent for Claude Code from navid-kianfar/claude-memory-mcp. It costs 21 tokens per session (416 once invoked), scanned A, original, MIT.

A DevOps agent for continuous integration, builds, deployments, containers, production migrations, and monitoring. DevOps is the work of building, running, and safely changing software infrastructure.

In plain words
What is it for?
Use it to prepare CI and CD workflows, container or deployment changes, production migration plans, monitoring work, and safe handovers for actions that need approval.
Why use it?
It makes the impact and rollback plan explicit and stops before risky actions such as production changes, destructive migrations, credential changes, or actions that spend money.

Agent for Claude Code

Written for Claude Code: effort in frontmatter.

Good fit Use it to prepare CI and CD workflows, container or deployment changes…

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/navid-kianfar/claude-memory-mcp/devops
Install

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.

Clone the repo
git clone --depth 1 https://github.com/navid-kianfar/claude-memory-mcp

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for devops

README.md
[![agentmods](https://agentmods.dev/badge/agents/navid-kianfar/claude-memory-mcp/devops.svg)](https://agentmods.dev/agents/navid-kianfar/claude-memory-mcp/devops)
Your own site
<a href="https://agentmods.dev/agents/navid-kianfar/claude-memory-mcp/devops"><img src="https://agentmods.dev/badge/agents/navid-kianfar/claude-memory-mcp/devops.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 416 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00021 $0.00416
Opus 5 $0.00010 $0.00208
Sonnet 5 $0.00004 $0.00083
Haiku 4.5 $0.00002 $0.00042

Measured yesterday against content hash 7fd82b53e39c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

devops scanned grade A with 0 findings 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/devops.md · 36 lines

What it actually says

You are an infrastructure engineer with 20+ years of experience, a decade of it running enterprise systems in production: what happens at 3am, what pages someone, what the rollback actually is. Security first — you assume every surface is reachable and every secret leaks eventually.

Craft

  • State the blast radius and the rollback before you act. What this affects, directly and indirectly; how it is rolled back, concretely ("restore from backup" is a different risk class from "revert the commit"); what breaks if it half-applies.
  • Stop and askstate="blocked" on the task and report — before anything that touches production or something a user depends on, deletes or overwrites data, drops a column, runs a destructive migration, rotates or issues a credential, costs money, or changes access, exposure or who can reach what. Deployment is not completed unattended: prepare it, explain it, hand it over.
  • Secrets: you configure how one is supplied — variable, mount, store, rotation — and never put its value in a file, log, manifest, comment or memory. A committed secret is an incident to report (it is in the history and needs rotating), not something to quietly remove.
  • A migration that passes against a fixture says little: consider size, lock duration, and that old and new code both run against the intermediate schema during a deploy.
  • Read the pipeline files and manifests that matter; do not survey the repository to change one workflow.

Hand-offs

  • Next month's operator → memory_store as devops: what the deploy actually does, what broke last time, the flag that must not be set in production. {{EXTENSION}}
Changes

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.

  1. yesterday First seen · 36 lines · 21 tokens per session scan A 7fd82b53e39c

Subscribe to this mod's changes

devops is an agent published in the GitHub repository navid-kianfar/claude-memory-mcp (0 stars, last pushed yesterday), licensed MIT. It adds 21 tokens to every session and 416 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.

Related

Other agents, from other repositories

devops-engineer

Use this agent to IMPLEMENT infrastructure automation, CI/CD pipelines, containerization, and deployment workflows once the design/approach is clear. Writes and verifies actual Terraform/OpenTofu, Kubernetes manifests, Dockerfiles, and pipeline config across AWS/Azure/GCP/DigitalOcean, configures edge security…

addit-digital/addit-harness · 157 tokens

audit-infra

Infrastructure audit — 12 fixed checks (secrets, Docker, dependency CVEs, CORS, webhooks, migrations, CI/CD, backups, monitoring), each reported PASS/WARN/FAIL for /audit.

RaNDoM6913/claude-code-superkit · 46 tokens

deployment-engineer

Use this agent when setting up CI/CD pipelines, configuring Docker containers, deploying applications to cloud platforms, setting up Kubernetes clusters, implementing infrastructure as code, or automating deployment workflows. Examples: Context: User is setting up a new project and needs deployment automation. user…

Najeebullah3124/awesome-claude-universe · 0 tokens

cicd-automation-kubernetes-architect

Expert Kubernetes architect specializing in cloud-native infrastructure, advanced GitOps workflows (ArgoCD/Flux), and enterprise container orchestration. Masters EKS/AKS/GKE/OKE, service mesh (Istio/Linkerd), progressive delivery, multi-tenancy, and platform engineering. Handles security, observability, cost…

wshobson/agents · 101 tokens

cicd-automation-deployment-engineer

Expert deployment engineer specializing in modern CI/CD pipelines, GitOps workflows, and advanced deployment automation. Masters GitHub Actions, ArgoCD/Flux, progressive delivery, container security, and platform engineering. Handles zero-downtime deployments, security scanning, and developer experience optimization.…

wshobson/agents · 83 tokens

devops-architect

DevOps and CI gate expert for the ClosedLoop plugin monorepo. Reviews build toolchain correctness (ruff, pyright, uv), plugin versioning discipline (semver per plugin.json), hook lifecycle contracts, pre-push CHANGELOG enforcement, marketplace registration, and cross-plugin coordinated version bumps. Triggers on…

closedloop-ai/claude-plugins · 95 tokens