stackwiz-mcp CLAUDE.md

stackwiz-mcp CLAUDE.md is an instructions file for coding agents from rickoslyder/stackwiz-mcp. It costs 524 tokens per session, scanned A, original, MIT.

An instruction file for using StackWiz MCP, a server for managing Docker services and Cloudflare DNS records. It describes how to create, inspect, control, and validate deployed services.

In plain words
What is it for?
Use it when creating Docker service stacks, starting or stopping services, checking logs and health, or managing DNS records and web routing.
Why use it?
It gives a coding agent the project context and operating steps needed to manage infrastructure safely and consistently.

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/rickoslyder/stackwiz-mcp/claude-md
Clone the repo
git clone --depth 1 https://github.com/rickoslyder/stackwiz-mcp

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 stackwiz-mcp CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/rickoslyder/stackwiz-mcp/claude-md.svg)](https://agentmods.dev/instructions/rickoslyder/stackwiz-mcp/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/rickoslyder/stackwiz-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/rickoslyder/stackwiz-mcp/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 524 This file is loaded in full into every session.
When invoked 524 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.00524 $0.00524
Opus 5 $0.00262 $0.00262
Sonnet 5 $0.00105 $0.00105
Haiku 4.5 $0.00052 $0.00052

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

Security

Grade A, and why

stackwiz-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 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 · 89 lines

How it starts

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

CLAUDE.md - StackWiz MCP Agent Instructions

This file provides guidance to Claude Code when using StackWiz MCP for infrastructure management.

What is StackWiz?

StackWiz is an MCP (Model Context Protocol) server that enables you to:

  • Create and manage Docker service stacks
  • Handle Cloudflare DNS records
  • Deploy services with automatic Traefik routing and SSL

Quick Start

When you have access to StackWiz MCP tools, you can create infrastructure directly:

User: "Create a Redis cache service"

You should:
1. Use create_stack with appropriate parameters
2. Verify with list_stacks
3. Report the service URL to user

Available Tools

Stack Management

  • create_stack - Create new Docker services
  • list_stacks - List existing stacks
  • manage_stack - Start/stop/restart/remove/logs

DNS Management

  • create_dns_record - Create DNS records
  • list_dns_records - List DNS records
  • update_dns_proxy - Toggle Cloudflare proxy
  • delete_dns_record - Delete DNS records

Utilities

  • validate_stack_config - Validate before deploying
  • health_check - Check StackWiz health

Common Patterns

Deploy a Generic Service

create_stack(
    name="service-name",
    image="image:tag",
    port=8080,
    create_dns=True,
    auto_start=True
)

Deploy Pocketbase (Full Backend)

create_stack(
    name="app-name",
    type="pocketbase",
    create_dns=True,
    auto_start=True
)

Check Service Health

list_stacks(filter="service-name", include_status=True)
manage_stack(stack_name="service-name", action="logs", tail_lines=50)

Important Notes

  1. Stack names: Use lowercase, alphanumeric with hyphens only
  2. Domains: Default to {name}.{STACKWIZ_DEFAULT_DOMAIN}
  3. DNS: Use create_dns=True for public services
  4. Proxy: Cloudflare proxy is enabled by default (disable for WebSocket issues)
  5. Logs: Always check logs after deployment

Canonical Documentation

For detailed reference, see: docs/AGENT_REFERENCE.md

Read the full file on GitHub · 89 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 · 89 lines · 524 tokens per session scan A 9ad49174b292

Subscribe to this mod's changes

stackwiz-mcp CLAUDE.md is an instructions file published in the GitHub repository rickoslyder/stackwiz-mcp (0 stars, last pushed 7mo ago), licensed MIT. It adds 524 tokens to every session, about $0.0026 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.