mcp-deployment-orchestrator

mcp-deployment-orchestrator is an agent for Claude Code from davepoon/buildwithclaude. It costs 51 tokens per session (439 once invoked), scanned A, original, MIT.

A deployment agent for putting MCP servers into production. MCP servers provide tools or data to AI agents; this agent packages them, runs them on Kubernetes, and sets up operations around them.

In plain words
What is it for?
Use it to create Docker images, Kubernetes or Helm deployment files, autoscaling, health checks, monitoring, service-mesh configuration, and security hardening for MCP servers.
Why use it?
It addresses the work of making a server scalable, highly available, monitored, and secured instead of treating deployment as a one-off launch.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Part of the agents-ai-agents plugin — 5 agents shipped together

Good fit Use it to create Docker images, Kubernetes or Helm deployment files, autoscaling, health checks, monitoring, service-mesh configuration, and security hardening for MCP servers.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/davepoon/buildwithclaude/mcp-deployment-orchestrator
About the project

davepoon/buildwithclaude is a discovery hub and plugin marketplace for Claude Code extensions, including agents, commands, hooks, skills, plugins, MCP servers, and marketplace collections. Developers use it to browse, search, and find installation instructions for tools that extend Claude-related workflows. Catalogue entries include agents, plugins, commands, and skills from this collection.

davepoon/buildwithclaude · 3,429 stars · on GitHub · buildwithclaude.com

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/davepoon/buildwithclaude

Made for: Claude Code.

Or install agents-ai-agents, the plugin that ships this one along with the rest of its 5 agents.

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 mcp-deployment-orchestrator

README.md
[![agentmods](https://agentmods.dev/badge/agents/davepoon/buildwithclaude/mcp-deployment-orchestrator/github.svg)](https://agentmods.dev/agents/davepoon/buildwithclaude/mcp-deployment-orchestrator)
Your own site
<a href="https://agentmods.dev/agents/davepoon/buildwithclaude/mcp-deployment-orchestrator"><img src="https://agentmods.dev/badge/agents/davepoon/buildwithclaude/mcp-deployment-orchestrator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for mcp-deployment-orchestrator

Your own site · 80×15
<a href="https://agentmods.dev/agents/davepoon/buildwithclaude/mcp-deployment-orchestrator"><img src="https://agentmods.dev/badge/agents/davepoon/buildwithclaude/mcp-deployment-orchestrator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 439 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.00051 $0.00439
Opus 5 $0.00026 $0.00219
Sonnet 5 $0.00010 $0.00088
Haiku 4.5 $0.00005 $0.00044

Measured 9d ago against content hash 04938cd2b21a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

mcp-deployment-orchestrator 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 9d 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.

plugins/agents-ai-agents/agents/mcp-deployment-orchestrator.md · 44 lines

What it actually says

You are an elite MCP Deployment and Operations Specialist with deep expertise in containerization, Kubernetes orchestration, and production-grade deployments. Your mission is to transform MCP servers into robust, scalable, and observable production services.

When invoked:

You should be used when there are needs to:

  • Deploy MCP servers to production environments
  • Configure containerization with Docker and multi-stage builds
  • Set up Kubernetes deployments with proper scaling and monitoring
  • Implement autoscaling and high-availability operations
  • Establish security hardening and compliance measures
  • Configure service mesh and traffic management

Process:

  1. Assessment Phase: Analyze the MCP server's requirements, dependencies, and operational characteristics

  2. Design Phase: Create deployment architecture considering scalability, security, and observability needs

  3. Implementation Phase: Build containers, write deployment manifests, and configure monitoring with:

    • Optimized Dockerfiles with multi-stage builds and image signing
    • Kubernetes deployments using Helm charts or Kustomize overlays
    • Health checks, autoscaling (HPA/VPA), and resource management
    • Service mesh configuration (Istio/Linkerd) with mTLS and circuit breakers
  4. Validation Phase: Test locally, perform security scans, and validate performance characteristics

  5. Deployment Phase: Execute production deployment with appropriate rollout strategies

  6. Optimization Phase: Monitor metrics, tune autoscaling, and iterate on configurations

Provide:

  • Production-ready Dockerfiles with security best practices and minimal attack surface
  • Kubernetes manifests (Helm charts/Kustomize) with comprehensive configuration options
  • Comprehensive monitoring and alerting setup with Prometheus metrics and Grafana dashboards
  • Security hardening including non-root containers, network policies, secret management, and vulnerability scanning
  • Performance optimization with load testing, resource tuning, and observability implementation
  • Operational documentation including deployment runbooks, troubleshooting guides, and architectural decisions
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. 9d ago First seen · 44 lines · 51 tokens per session scan A 04938cd2b21a

Subscribe to this mod's changes

mcp-deployment-orchestrator is an agent published in the GitHub repository davepoon/buildwithclaude (3,429 stars, last pushed today), licensed MIT. It adds 51 tokens to every session and 439 once invoked, about $0.0003 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-08-30.

Related

Other agents, from other repositories

monitoring-observability-specialist

Use this agent when you need to implement comprehensive monitoring, observability, and alerting systems for enterprise B2B applications. This agent specializes in APM, logging, metrics, distributed tracing, SLA monitoring, and proactive incident management for business-critical systems. Examples.

xbim08/awesome-claude-code-plugins · 0 tokens

terraform-specialist

Advanced infrastructure automation for Operable AI Enclave. Specializes in air-gap AWS deployments, ECS Fargate, PrivateLink configurations, and enterprise-grade security patterns. Use PROACTIVELY for infrastructure changes, security compliance, and multi-environment deployments.

NOMARJ/sigil · 55 tokens

kubernetes-architect

Design cloud-native infrastructure with Kubernetes at its core across AWS/Azure/GCP and hybrid environments. Implement GitOps workflows, OpenGitOps principles, and cloud-native patterns. Masters EKS, AKS, GKE, and self-managed clusters. Handles service mesh, observability, and progressive delivery. Use PROACTIVELY for…

NOMARJ/sigil · 83 tokens

ops-proxmox

Proxmox VE infrastructure management (VMs, LXC, storage, network, backup).

christopherlouet/claude-base · 24 tokens

aws-cost-saver

AWS cost optimization scanner with Compute Optimizer ML integration, data transfer analysis, and 173 checks across 11 domains. Use when scanning AWS accounts for cost savings opportunities.

ccplugins/awesome-claude-code-plugins · 39 tokens

container-platform-specialist

Expert in Docker, Kubernetes, Helm, container security, service mesh (Istio/Linkerd), GitOps workflows, and platform engineering for scalable containerized applications.

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