mcp-server-analyzer CLAUDE.md

mcp-server-analyzer CLAUDE.md is an instructions file for Claude Code from Anselmoo/mcp-server-analyzer. It costs 796 tokens per session, scanned A, original, MIT.

Repository instructions for the Anselmoo/mcp-server-analyzer project, covering branch names, release checks, hooks, and related development commands.

In plain words
What is it for?
Use them when changing that repository, preparing commits or pull requests, running its checks, or working with its release tooling.
Why use it?
They help contributors follow the project’s contribution rules and avoid failures from incorrectly named branches or misunderstood release checks.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/anselmoo/mcp-server-analyzer/claude-md.svg)](https://agentmods.dev/instructions/anselmoo/mcp-server-analyzer/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/anselmoo/mcp-server-analyzer/claude-md"><img src="https://agentmods.dev/badge/instructions/anselmoo/mcp-server-analyzer/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 796 This file is loaded in full into every session.
When invoked 796 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.1 $0.00796 $0.00796
Opus 5 $0.00398 $0.00398
Sonnet 5 $0.00159 $0.00159
Haiku 4.5 $0.00080 $0.00080

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

Security

Grade A, and why

mcp-server-analyzer 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 6d 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 · 46 lines

How it starts

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

MCP Server Analyzer — Claude Instructions

Branch Naming

  • All branches must follow <type>/<kebab-case-description> (e.g. docs/update-biome-support).
  • check-branch-name: "true" stays enabled in .github/workflows/ci-cd.yml — do NOT set it to false.
  • Worktrees created by Kepler may have non-conventional names (e.g. update-docs-for-biome). Before creating a PR, rename the worktree branch to follow the convention, or CI will fail. Use git branch -m <old> <type>/<new> then git push origin -u <type>/<new>.

repo-release-tools (rrt)

  • Pre-commit hooks: rrt-branch-name (pre-commit), rrt-commit-subject (commit-msg), rrt-changelog (pre-commit).
  • All three rrt hooks rely on git internals (git diff --cached, branch name) that are unreliable in pre-commit run --all-files mode. CI skips all rrt hooks via SKIP: rrt-branch-name,rrt-commit-subject,rrt-changelog in the lint job.
  • Release policy is enforced instead by the dedicated parallel release-policy job (runs Anselmoo/[email protected] action) on PRs and tags. The test job waits for both lint and release-policy.
  • Pin to the latest tagged version — check installed version with uv run rrt --version and update rev: in .pre-commit-config.yaml to match.
  • Dependabot keeps the CI action (Anselmoo/[email protected]) up to date automatically — do not pin it manually.

Useful rrt commands

uv run rrt branch new <type> "<description>"  # create conventional branch
uv run rrt git commit "<description>"          # conventional commit (infers type from branch)
uv run rrt changelog lint                      # lint [Unreleased] entries for style
uv run rrt bump patch                          # bump patch version across all targets
uv run rrt doctor                              # project health check
uv run rrt release check                       # validate version targets and changelog

GitHub / PR Creation

  • gh CLI does not work in this environment (missing token). Use mcp__GitKraken__pull_request_create or the GitHub MCP tool instead.
  • Target branch for PRs: main.

Read the full file on GitHub · 46 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. 6d ago First seen · 46 lines · 796 tokens per session scan A 6369ccfb0d5e

Subscribe to this mod's changes

mcp-server-analyzer CLAUDE.md is an instructions file published in the GitHub repository Anselmoo/mcp-server-analyzer (11 stars, last pushed 6d ago), licensed MIT. It adds 796 tokens to every session, about $0.0040 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.