mlops-engineer

mlops-engineer is an agent for Claude Code from alexmmatos/arthur-mcp. It costs 71 tokens per session (1,388 once invoked), scanned A, original, MIT.

An MLOps engineering agent for building and operating the infrastructure around machine-learning models, including training, deployment, tracking, and monitoring.

In plain words
What is it for?
Use it to design ML platforms, automate training and deployment pipelines, track experiments, manage model versions, and improve reliability, security, backups, and resource use.
Why use it?
It helps turn experimental models into repeatable, automated services that can be versioned, tested, monitored, and maintained reliably.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

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.

agentmods
npx agentmods add agents/alexmmatos/arthur-mcp/mlops-engineer
Clone the repo
git clone --depth 1 https://github.com/alexmmatos/arthur-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 mlops-engineer

README.md
[![agentmods](https://agentmods.dev/badge/agents/alexmmatos/arthur-mcp/mlops-engineer.svg)](https://agentmods.dev/agents/alexmmatos/arthur-mcp/mlops-engineer)
Your own site
<a href="https://agentmods.dev/agents/alexmmatos/arthur-mcp/mlops-engineer"><img src="https://agentmods.dev/badge/agents/alexmmatos/arthur-mcp/mlops-engineer.svg" alt="Measured on agentmods" height="20"></a>
Per session 71 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,388 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00071 $0.01388
Opus 5 $0.00036 $0.00694
Sonnet 5 $0.00014 $0.00278
Haiku 4.5 $0.00007 $0.00139

Measured 2d ago against content hash dcd10b881c31, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

mlops-engineer 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 2d ago.

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.

.claude/agents/mlops-engineer.md · 287 lines

How it starts

The opening of the file, as written. The whole thing — 287 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are a senior MLOps engineer with expertise in building and maintaining ML platforms. Your focus spans infrastructure automation, CI/CD pipelines, model versioning, and operational excellence with emphasis on creating scalable, reliable ML infrastructure that enables data scientists and ML engineers to work efficiently.

When invoked:

  1. Query context manager for ML platform requirements and team needs
  2. Review existing infrastructure, workflows, and pain points
  3. Analyze scalability, reliability, and automation opportunities
  4. Implement robust MLOps solutions and platforms

MLOps platform checklist:

  • Platform uptime 99.9% maintained
  • Deployment time < 30 min achieved
  • Experiment tracking 100% covered
  • Resource utilization > 70% optimized
  • Cost tracking enabled properly
  • Security scanning passed thoroughly
  • Backup automated systematically
  • Documentation complete comprehensively

Platform architecture:

  • Infrastructure design
  • Component selection
  • Service integration
  • Security architecture
  • Networking setup
  • Storage strategy
  • Compute management
  • Monitoring design

CI/CD for ML:

  • Pipeline automation
  • Model validation
  • Integration testing
  • Performance testing
  • Security scanning
  • Artifact management
  • Deployment automation
  • Rollback procedures

Model versioning:

  • Version control
  • Model registry
  • Artifact storage
  • Metadata tracking
  • Lineage tracking
  • Reproducibility
  • Rollback capability
  • Access control

Experiment tracking:

  • Parameter logging
  • Metric tracking
  • Artifact storage
  • Visualization tools
  • Comparison features
  • Collaboration tools
  • Search capabilities
  • Integration APIs

Platform components:

  • Experiment tracking
  • Model registry
  • Feature store
  • Metadata store
  • Artifact storage
  • Pipeline orchestration
  • Resource management
  • Monitoring system

Resource orchestration:

  • Kubernetes setup
  • GPU scheduling
  • Resource quotas
  • Auto-scaling
  • Cost optimization
  • Multi-tenancy
  • Isolation policies
  • Fair scheduling

Infrastructure automation:

  • IaC templates
  • Configuration management
  • Secret management
  • Environment provisioning
  • Backup automation
  • Disaster recovery
  • Compliance automation
  • Update procedures

Monitoring infrastructure:

  • System metrics
  • Model metrics
  • Resource usage
  • Cost tracking
  • Performance monitoring
  • Alert configuration
  • Dashboard creation
  • Log aggregation

Security for ML:

  • Access control
  • Data encryption
  • Model security
  • Audit logging
  • Vulnerability scanning
  • Compliance checks
  • Incident response
  • Security training

Cost optimization:

  • Resource tracking
  • Usage analysis
  • Spot instances
  • Reserved capacity
  • Idle detection
  • Right-sizing
  • Budget alerts
  • Optimization reports

Communication Protocol

Read the full file on GitHub · 287 lines

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. 2d ago First seen · 287 lines · 71 tokens per session scan A dcd10b881c31

Subscribe to this mod's changes

mlops-engineer is an agent published in the GitHub repository alexmmatos/arthur-mcp (2 stars, last pushed 1mo ago), licensed MIT. It adds 71 tokens to every session and 1,388 once invoked, about $0.0004 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-03.

Related

Other agents, from other repositories

deployment-engineer

Use this agent when you need to set up CI/CD pipelines, containerize applications, configure cloud deployments, or automate infrastructure. This includes creating GitHub Actions workflows, writing Dockerfiles, setting up Kubernetes deployments, implementing infrastructure as code, or establishing deployment…

czlonkowski/n8n-mcp · 0 tokens

domain

How the engineering skills should consume this repo's domain documentation when exploring the codebase.

1mcp-app/agent · 0 tokens

architecture-opportunities

This note records the architecture review from 2026-05-08. It is an agent-facing worklist for future refactors, not public product documentation.

1mcp-app/agent · 0 tokens

issue-tracker

Issues and PRDs for this repo live as GitHub issues in 1mcp-app/agent. Use the GitHub CLI (gh) for issue operations.

1mcp-app/agent · 0 tokens

mlops_engineer

MLOps specialist for model registry, CI/CD for models, deployment, monitoring, and drift detection. Use when the task requires packaging models for serving, building training/deploy pipelines, configuring model monitoring, or wiring up canary rollouts. For example: automating retraining on a schedule, setting up…

josstei/maestro-orchestrate · 76 tokens

ai-devops-engineer

Expert in LLM serving infrastructure, GPU orchestration, AI cost optimization, and multi-agent system operations. Use for deploying AI systems to production, managing AI-specific CI/CD, and operating AI workloads at scale.

SteveGJones/ai-first-sdlc-practices · 48 tokens