JSON Schema Manager
БесплатноНе проверенManages JSON schemas and generates instances with custom properties, enabling applications to maintain consistent data structures and create template-based JSON
Описание
Manages JSON schemas and generates instances with custom properties, enabling applications to maintain consistent data structures and create template-based JSON documents
README
An MCP server that manages JSON schemas and creates instances from them.
Features
- Store and retrieve JSON schemas
- Create new JSON schemas with a simple tool
- Generate instances from schemas with custom values
Resources
schema://{schema_id}- Get a specific schema by IDschemas://list- Get a list of all available schemas
Tools
create_schema- Create a new JSON schemacreate_instance- Create a JSON instance from a schema
Usage
Install dependencies:
pip install mcp[cli]Run the server:
python server.pyOr install with Claude Desktop:
mcp install server.py
Examples
Creating a Person Schema
// Create a schema for a person
create_schema(
title="Person",
properties={
"name": {"type": "string"},
"age": {"type": "integer"},
"email": {"type": "string", "format": "email"}
},
required=["name", "email"]
)
Creating an Instance
// Create a person instance
create_instance(
schema_id="<schema-id-from-previous-step>",
values={
"name": "John Doe",
"age": 30,
"email": "[email protected]"
}
)
Установка JSON Schema Manager
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/jaho5/json-schema-mcpFAQ
JSON Schema Manager MCP бесплатный?
Да, JSON Schema Manager MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для JSON Schema Manager?
Нет, JSON Schema Manager работает без API-ключей и переменных окружения.
JSON Schema Manager — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить JSON Schema Manager в Claude Desktop, Claude Code или Cursor?
Открой JSON Schema Manager на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare JSON Schema Manager with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
