mcp-gateway CLAUDE.md

mcp-gateway CLAUDE.md is an instructions file for coding agents from docker/mcp-gateway. It costs 1,077 tokens per session, scanned A, original, MIT.

Repository guidance for Docker MCP Gateway, a command-line plugin that runs Model Context Protocol servers inside Docker containers for isolation and management.

In plain words
What is it for?
Use it when changing the gateway, its client, server, catalogue, security, or OAuth code, or when building the command-line plugin locally.
Why use it?
It gives the coding agent the project structure and local build instructions, so it can make changes without guessing how the gateway works or how to build it.

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

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-gateway CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/docker/mcp-gateway/claude-md.svg)](https://agentmods.dev/instructions/docker/mcp-gateway/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/docker/mcp-gateway/claude-md"><img src="https://agentmods.dev/badge/instructions/docker/mcp-gateway/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,077 This file is loaded in full into every session.
When invoked 1,077 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.01077 $0.01077
Opus 5 $0.00539 $0.00539
Sonnet 5 $0.00215 $0.00215
Haiku 4.5 $0.00108 $0.00108

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

Security

Grade A, and why

mcp-gateway 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 4d 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 · 145 lines

How it starts

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

Overview

This is the Docker MCP Gateway - a CLI plugin that enables easy and secure running of Model Context Protocol (MCP) servers through Docker containers. The plugin acts as a gateway between AI clients and containerized MCP servers, providing isolation, security, and management capabilities.

Architecture

The codebase follows a gateway pattern where:

  • AI Client connects to the MCP Gateway
  • MCP Gateway (this CLI) manages multiple MCP Servers running in Docker containers

Key architectural components:

  • Gateway: Core routing and protocol translation (cmd/docker-mcp/internal/gateway/)
  • Client Management: Handles connections to AI clients (cmd/docker-mcp/client/)
  • Server Management: Manages MCP server lifecycle (cmd/docker-mcp/server/)
  • Catalog System: Manages available MCP servers (cmd/docker-mcp/catalog/)
  • Security: Secrets management and OAuth flows (cmd/docker-mcp/secret-management/, cmd/docker-mcp/oauth/)

Development Commands

Building

# Build the CLI plugin locally
make docker-mcp

# Cross-compile for all platforms
make docker-mcp-cross

Testing

# Run all tests
make test

# Run integration tests specifically
make integration

# Run long-lived integration tests
go test -count=1 ./... -run 'TestLongLived'

# Run specific tests by pattern
go test -count=1 ./... -run 'TestIntegration'

# Run a single test file
go test ./cmd/docker-mcp/server/server_test.go

# Run tests with coverage
go test -cover ./...

Code Quality

# Format code
make format

# Run linter
make lint

# Run linter for specific platform
make lint-linux
make lint-darwin

# Run Go vet (static analysis)
go vet ./...

# Run Go mod tidy to clean dependencies
go mod tidy

Project Structure

  • cmd/docker-mcp/ - Main CLI application entry point
  • cmd/docker-mcp/internal/gateway/ - Core gateway implementation with client pooling, proxy management, and transport handling
  • cmd/docker-mcp/internal/docker/ - Docker integration for container management
  • cmd/docker-mcp/internal/mcp/ - MCP protocol implementations (stdio, SSE)
  • cmd/docker-mcp/internal/desktop/ - Docker Desktop integration and authentication
  • cmd/docker-mcp/catalog/ - Server catalog management commands
  • cmd/docker-mcp/client/ - Client configuration and connection management
  • cmd/docker-mcp/server/ - Server lifecycle management commands
  • cmd/docker-mcp/tools/ - Tool execution and management
  • examples/ - Usage examples and compose configurations
  • docs/ - Technical documentation

Read the full file on GitHub · 145 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. 4d ago First seen · 145 lines · 1,077 tokens per session scan A 70f009a0da62

Subscribe to this mod's changes

mcp-gateway CLAUDE.md is an instructions file published in the GitHub repository docker/mcp-gateway (1,550 stars, last pushed 8d ago), licensed MIT. It adds 1,077 tokens to every session, about $0.0054 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.