mcp-for-argo-workflows CLAUDE.md

mcp-for-argo-workflows CLAUDE.md is an instructions file for coding agents from pipekit/mcp-for-argo-workflows. It costs 1,490 tokens per session, scanned A, original, Apache-2.0.

Repository instructions for an AI coding assistant working on an MCP server for Argo Workflows. Argo Workflows is a system for running jobs and pipelines on Kubernetes, while MCP is a standard way for AI assistants to use tools.

In plain words
What is it for?
Use it when developing or maintaining the server that lets AI assistants interact with Argo Workflows through standard tools.
Why use it?
They explain the project's goals, dependencies, supported connections, and build checks in one place. This reduces mistakes when building, testing, linting, or packaging the Go server.

Instructions file

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 instructions/pipekit/mcp-for-argo-workflows/claude-md
Clone the repo
git clone --depth 1 https://github.com/pipekit/mcp-for-argo-workflows

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-for-argo-workflows CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/pipekit/mcp-for-argo-workflows/claude-md.svg)](https://agentmods.dev/instructions/pipekit/mcp-for-argo-workflows/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/pipekit/mcp-for-argo-workflows/claude-md"><img src="https://agentmods.dev/badge/instructions/pipekit/mcp-for-argo-workflows/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,490 This file is loaded in full into every session.
When invoked 1,490 The same file — it is already loaded in full.
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 $0.01490 $0.01490
Opus 5 $0.00745 $0.00745
Sonnet 5 $0.00298 $0.00298
Haiku 4.5 $0.00149 $0.00149

Measured 3d ago against content hash 0c417a955392, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

mcp-for-argo-workflows CLAUDE.md 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 3d 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.md · 142 lines

How it starts

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

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Project Overview

MCP (Model Context Protocol) server for Argo Workflows, allowing AI assistants like Claude to interact with Argo Workflows via standardized tools.

Repository: github.com/pipekit/mcp-for-argo-workflows

Goals

  • Standalone Go binary using the official MCP Go SDK
  • Support stdio, streamable HTTP and HTTP/SSE transports
  • Support both direct Kubernetes API access and Argo Server connections
  • Cover all major CLI operations as MCP tools

Key Dependencies

  • github.com/modelcontextprotocol/go-sdk — Official MCP Go SDK
  • github.com/argoproj/argo-workflows/v3/pkg/apiclient — Argo client libraries

Build Commands

make all        # Run fmt, vet, lint, test and build the linux/amd64 binary
make build-all  # Cross-compile binaries for all platforms into dist/
make test       # Run tests with race detection and coverage
make lint       # Run golangci-lint
make lint-fix   # Run golangci-lint with auto-fix
make fmt        # Run gofmt and goimports
make vet        # Run go vet
make clean      # Remove build artifacts

Binaries land in dist/ (e.g. dist/mcp-for-argo-workflows-linux-amd64). Run make help to see all targets.

Directory Structure

cmd/mcp-for-argo-workflows/    # main.go entry point
pkg/                           # Reusable packages — importable by other MCP servers
  argo/                         # Argo client wrapper
  tools/                        # MCP tool implementations
  prompts/                      # MCP prompt implementations
  resources/                    # MCP resource implementations (embedded docs)
internal/                      # Binary-specific glue (not importable externally)
  server/                       # MCP server wiring
  config/                       # CLI flag / env parsing
  version/                      # Build-time version info

Architecture

Connection Modes

Read the full file on GitHub · 142 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. 3d ago First seen · 142 lines · 1,490 tokens per session scan A 0c417a955392

Subscribe to this mod's changes

mcp-for-argo-workflows CLAUDE.md is an instructions file published in the GitHub repository pipekit/mcp-for-argo-workflows (5 stars, last pushed 4d ago), licensed Apache-2.0. It adds 1,490 tokens to every session, about $0.0075 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-31.

Related

Other instructions, from other repositories