mcp-auth-proxy AGENTS.md

Repository instructions for a Go authentication proxy, a service that forwards requests while handling login and identity checks.

In plain words
What is it for?
Use them when building, testing, formatting, or changing the Go proxy and its authentication, backend, repository, or documentation packages.
Why use it?
They explain the project layout, required commands, formatting rules, naming conventions, and testing approach in one place.

Instructions file for CodexOpenCode

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/sigbit/mcp-auth-proxy/agents-md
Clone the repo
git clone --depth 1 https://github.com/sigbit/mcp-auth-proxy

Made for: Codex, OpenCode.

Per session 528 This file is loaded in full into every session.
When invoked 528 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.00528 $0.00528
Opus 5 $0.00264 $0.00264
Sonnet 5 $0.00106 $0.00106
Haiku 4.5 $0.00053 $0.00053

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

Security

Grade A, and why

mcp-auth-proxy AGENTS.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 2d 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.

AGENTS.md · 44 lines

How it starts

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

Repository Guidelines

Project Structure & Module Organization

  • main.go: CLI entry for the proxy.
  • pkg/mcp-proxy: Server wiring (routing, TLS, startup/shutdown).
  • pkg/auth: OAuth/OIDC/password providers and auth routes (templates/).
  • pkg/backend: Stdio→HTTP bridge and transparent HTTP/S backends.
  • pkg/proxy: Reverse proxy and header injection.
  • pkg/repository: Lightweight KVS persistence.
  • pkg/utils: Keys, randomness, logging helpers.
  • docs/: Docusaurus site for product docs.

Build, Test, and Development Commands

  • Build: go build -o bin/mcp-auth-proxy . — compile the binary.
  • Test: go test ./... — run unit tests.
  • Coverage: go test ./... -coverprofile=coverage.out && go tool cover -html=coverage.out -o coverage.html.

Coding Style & Naming Conventions

  • Language: Go 1.22+ modules (go.mod).
  • Formatting: gofmt -s -w . (CI checks formatting); go fmt ./... locally.
  • Packages: lower-case names; exported identifiers use PascalCase; files *_test.go for tests.
  • Imports: standard → third-party → local (github.com/sigbit/mcp-auth-proxy/v2/...).

Testing Guidelines

  • Framework: Go testing package (*_test.go).
  • Scope: Test auth providers, proxy behavior, and backend adapters in pkg/....
  • Naming: TestXxx with table-driven tests where useful.
  • Run all: go test ./...; target a package: go test ./pkg/proxy -v.

Commit & Pull Request Guidelines

  • Commits: Conventional Commits (feat, fix, docs, refactor, perf, test, build, ci, chore, revert). Example: feat: add GitHub OAuth provider support.
  • PRs: use .github/pull_request_template.md as the template; include a clear description, linked issues (Fixes #123), reproduction steps, and before/after notes. Include config snippets for new flags or env vars.
  • CI: ensure gofmt passes and tests are green.

Security & Configuration Tips

  • Set EXTERNAL_URL correctly; accept TLS TOS with --tls-accept-tos when auto-TLS is detected.
  • Avoid committing contents of data/ (runtime-only).

Read the full file on GitHub · 44 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. 2d ago First seen · 44 lines · 528 tokens per session scan A 959938804b23

Subscribe to this mod's changes

mcp-auth-proxy AGENTS.md is an instructions file published in the GitHub repository sigbit/mcp-auth-proxy (169 stars, last pushed 3mo ago), licensed MIT. It adds 528 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-30.