Skip to content

mckinsey/agents-at-scale-marketplace

Repository files navigation

🏪📦🧰 Agents at Scale Marketplace

Ready-to-Deploy Services for the Agents at Scale Ecosystem

Helm Charts & DevSpace Configurations

Deploy observability, monitoring, and agentic services to any Kubernetes cluster.


Quick StartDocumentationServicesARK Platform →

CI/CD


Part of the Agents at Scale (ARK) Platform
A curated collection of services, agents, and tools packaged as Helm charts with DevSpace support for seamless deployment and development.

Services

Services are designed to integrate seamlessly with the ARK platform and can be deployed to any Kubernetes cluster.

Service Description Chart
a2a-inspector Developer tool for testing and debugging A2A protocol agents Chart
ark-sandbox Isolated container environments for AI agent code execution with MCP tools Chart
langfuse Open-source LLM observability and analytics platform with session tracking Chart
mcp-inspector Developer tool for testing and debugging MCP servers Chart
phoenix AI/ML observability and evaluation platform with OpenTelemetry integration Chart

Agents

Pre-built agents that can be deployed to your ARK cluster for various operational tasks.

Agent Description Chart
noah Runtime administration agent with cluster privileges and MCP server Chart

Quick Start

Install with ARK CLI (Recommended)

The easiest way to install marketplace services and agents is using the ARK CLI:

# Install services
ark install marketplace/services/a2a-inspector
ark install marketplace/services/ark-sandbox
ark install marketplace/services/langfuse
ark install marketplace/services/mcp-inspector
ark install marketplace/services/phoenix

# Install agents
ark install marketplace/agents/noah

Deploy with Helm

For production deployments or custom configurations:

# Deploy using Helm from local chart
cd services/phoenix
helm dependency update chart/
helm install phoenix ./chart -n phoenix --create-namespace

Deploy with DevSpace

For local development with hot-reload:

cd services/phoenix
devspace deploy

Development Mode

# Use DevSpace for local development with hot-reload and port-forwarding
cd services/phoenix
devspace dev

# This will:
# - Deploy Phoenix to your cluster
# - Set up port-forwarding to access the dashboard
# - Watch for changes and auto-reload

Uninstall a Service

# Using Helm
helm uninstall phoenix -n phoenix

# Using DevSpace
cd services/phoenix
devspace purge

Documentation

Detailed documentation for marketplace services can be found in the docs/ directory.

Contributing

  1. Make changes to services in ./services/
  2. Ensure your service includes:
    • Helm chart in chart/ directory
    • README.md with service documentation
    • devspace.yaml for local development
  3. Test locally using DevSpace or Helm
  4. Submit a pull request

Future Plans

This marketplace will include:

  • Additional observability services
  • Pre-built agents and agent templates
  • Reusable tools and utilities

Related Projects

License

See LICENSE for more information.

About

Agents at Scale Marketplace for ARK (Agentic Runtime for Kubernetes)

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors 11