zettagrid-vmware-mcp: Instructions file for Claude Code

CLAUDE.md

zettagrid-vmware-mcp CLAUDE.md is an instructions file for Claude Code from Zettagrid/zettagrid-vmware-mcp. It costs 1,368 tokens per session, scanned A, original, MIT.

A set of Claude Code instructions for a TypeScript server that manages VMware cloud tenants across Australian zones.

In plain words
What is it for?
Working on authentication, virtual machines, firewalls, zones, and other parts of the Zettagrid VMware MCP server.
Why use it?
It gives an agent project-specific context instead of making it infer the architecture and build process.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: mentions CLAUDE.md; mentions Claude Code.

This is Zettagrid/zettagrid-vmware-mcp's own configuration. It tells Claude Code how to work on zettagrid-vmware-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything zettagrid-vmware-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Zettagrid/zettagrid-vmware-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Zettagrid/zettagrid-vmware-mcp/main/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/Zettagrid/zettagrid-vmware-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 zettagrid-vmware-mcp CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/zettagrid/zettagrid-vmware-mcp/claude-md/github.svg)](https://agentmods.dev/instructions/zettagrid/zettagrid-vmware-mcp/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/zettagrid/zettagrid-vmware-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/zettagrid/zettagrid-vmware-mcp/claude-md/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 zettagrid-vmware-mcp CLAUDE.md

Your own site · 80×15
<a href="https://agentmods.dev/instructions/zettagrid/zettagrid-vmware-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/zettagrid/zettagrid-vmware-mcp/claude-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 1,368 This file is loaded in full into every session.
When invoked 1,368 The same file — it is already loaded in full.
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.01368 $0.01368
Opus 5 $0.00684 $0.00684
Sonnet 5 $0.00274 $0.00274
Haiku 4.5 $0.00137 $0.00137

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

Security

Grade A, and why

zettagrid-vmware-mcp 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 11d 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 · 167 lines

How it starts

The opening of the file, as written. The whole thing — 167 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 Structure

This is a Zettagrid VMware MCP (Model Context Protocol) Server that provides comprehensive tenant organization management across Australian zones. It's a TypeScript-based Node.js application that interfaces with VMware vCloud Director APIs.

Core Architecture

  • src/index.ts - Main MCP server entry point
  • src/server/mcp-server.ts - MCP protocol implementation and tool handlers
  • src/client/zettagrid-client.ts - Main API client with comprehensive vCloud Director operations
  • src/managers/ - Business logic and resource management
    • zone-manager.ts - Multi-zone configuration and management across Australian regions
    • firewall-manager.ts - Firewall rule management and operations
    • vm-creator.ts - Virtual machine creation and lifecycle management
  • src/auth/ - Authentication system with OAuth token management
    • token-manager.ts - API token authentication and session management
    • zone-auth.ts - Zone-specific authentication handlers
  • src/types.ts - Complete TypeScript interfaces for vCloud Director API schema
  • src/utils/xml-parser.ts - XML response parsing utilities for vCloud Director API
  • src/examples/ - Example scripts and usage demonstrations
  • src/lib/ - Library exports for external usage

Multi-Zone Support

The application supports all Australian Zettagrid zones:

  • Sydney, Melbourne, Perth, Brisbane, Adelaide, Darwin
  • Each zone has independent authentication and API endpoints
  • Zone-aware session management and API routing

Build Commands

# Development
npm run dev              # Run in development mode with tsx
npm run build            # Compile TypeScript to build/
npm start                # Run compiled server

# Testing
npm test                 # Run Jest unit tests
npm run test:watch       # Run tests in watch mode
npm run test:coverage    # Run tests with coverage

# Code Quality
npm run lint             # Run ESLint
npm run lint:fix         # Fix ESLint issues

# Utilities
npm run clean            # Clean build directory

Read the full file on GitHub · 167 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. 11d ago First seen · 167 lines · 1,368 tokens per session scan A b25b15573c51

Subscribe to this mod's changes

zettagrid-vmware-mcp CLAUDE.md is an instructions file published in the GitHub repository Zettagrid/zettagrid-vmware-mcp (2 stars, last pushed 1y ago), licensed MIT. It adds 1,368 tokens to every session, about $0.0068 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