Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Schema Sieve

БесплатноНе проверен

Local MCP tool for understanding JSON Schema files while planning tests, summarizing types, required fields, constraints, and generating placeholder paths witho

GitHubEmbed

Описание

Local MCP tool for understanding JSON Schema files while planning tests, summarizing types, required fields, constraints, and generating placeholder paths without copying data.

README

Schema Sieve is a local MCP tool for understanding JSON Schema files while planning tests. It focuses on the part that usually takes the most time: finding required paths, nested constraints, unions, arrays, and likely sensitive fields before writing fixtures.

Tools

  • inspect_schema: summarize types, properties, required fields, constraints, composition, and references.
  • plan_fixture: produce placeholder paths such as <string>, <integer>, and <string:date-time> without inventing or copying test data.

Safety

  • Only local JSON files are accepted.
  • Paths are bounded by SCHEMA_SIEVE_ROOT, which defaults to the workspace parent when launched from the package.
  • Files are capped at 2 MB and results are bounded.
  • Examples, defaults, constants, and sensitive-like property names are omitted or marked as omitted.
  • This is structural guidance, not a JSON Schema validator and not a security scanner.

Run

npm install
npm run build
node dist/index.js

from github.com/mrfentmen/schema-sieve-mcp

Установка Schema Sieve

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/mrfentmen/schema-sieve-mcp

FAQ

Schema Sieve MCP бесплатный?

Да, Schema Sieve MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Schema Sieve?

Нет, Schema Sieve работает без API-ключей и переменных окружения.

Schema Sieve — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Schema Sieve в Claude Desktop, Claude Code или Cursor?

Открой Schema Sieve на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Schema Sieve with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development