matter-controller-mcp CLAUDE.md

matter-controller-mcp CLAUDE.md is an instructions file for Claude Code from 0x1abin/matter-controller-mcp. It costs 248 tokens per session, scanned A, original, MIT.

Development instructions for a Matter controller server, a program that communicates with smart-home devices using the Matter standard. They cover building, running, testing, TypeScript style, input validation, and shutdown handling.

In plain words
What is it for?
Building and starting the server, running its SSE mode, preparing releases, writing typed TypeScript, validating tool inputs, and handling resources during shutdown.
Why use it?
They give coding agents a consistent way to change and run the server while preserving its module structure, type checks, error handling, and communication modes.

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/0x1abin/matter-controller-mcp/claude-md
Clone the repo
git clone --depth 1 https://github.com/0x1abin/matter-controller-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 matter-controller-mcp CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/0x1abin/matter-controller-mcp/claude-md.svg)](https://agentmods.dev/instructions/0x1abin/matter-controller-mcp/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/0x1abin/matter-controller-mcp/claude-md"><img src="https://agentmods.dev/badge/instructions/0x1abin/matter-controller-mcp/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 248 This file is loaded in full into every session.
When invoked 248 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.00248 $0.00248
Opus 5 $0.00124 $0.00124
Sonnet 5 $0.00050 $0.00050
Haiku 4.5 $0.00025 $0.00025

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

Security

Grade A, and why

matter-controller-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 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

CLAUDE.md · 20 lines

What it actually says

MCP "Matter Controller" Server - Development Guidelines

Build, Test & Run Commands

  • Build: npm run build - Compiles TypeScript to JavaScript
  • Watch mode: npm run watch - Watches for changes and rebuilds automatically
  • Run server: npm run start - Starts the MCP server using stdio transport
  • Run SSE server: npm run start:sse - Starts the MCP server with SSE transport
  • Prepare release: npm run prepare - Builds the project for publishing

Code Style Guidelines

  • Use ES modules with .js extension in import paths
  • Strictly type all functions and variables with TypeScript
  • Follow zod schema patterns for tool input validation
  • Prefer async/await over callbacks and Promise chains
  • Place all imports at top of file, grouped by external then internal
  • Use descriptive variable names that clearly indicate purpose
  • Implement proper cleanup for timers and resources in server shutdown
  • Follow camelCase for variables/functions, PascalCase for types/classes, UPPER_CASE for constants
  • Handle errors with try/catch blocks and provide clear error messages
  • Use consistent indentation (2 spaces) and trailing commas in multi-line objects
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 · 20 lines · 248 tokens per session scan A 109059c645d2

Subscribe to this mod's changes

matter-controller-mcp CLAUDE.md is an instructions file published in the GitHub repository 0x1abin/matter-controller-mcp (8 stars, last pushed 1y ago), licensed MIT. It adds 248 tokens to every session, about $0.0012 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.