@clinetools/config-validator
v0.1.0
Published
Validate JSON, YAML, TOML, and INI config files against schemas. Detect typos, missing required fields, and type mismatches.
Maintainers
Readme
Config File Validator
Validate JSON, YAML, TOML, and INI config files against schemas. Detect typos, missing required fields, and type mismatches.
Quick Start
npx @clinetools/config-validatorSetup
1. Get your token
Sign up at clinetools.com and get your API token.
2. Set environment variable
export CLINETOOLS_TOKEN=ct_live_...3. Add to your MCP client
Claude Code
claude mcp add config-validator -- npx @clinetools/config-validatorClaude Desktop / Cline
Add to your MCP settings JSON:
{
"mcpServers": {
"config-validator": {
"command": "npx",
"args": ["@clinetools/config-validator"],
"env": {
"CLINETOOLS_TOKEN": "ct_live_..."
}
}
}
}Links
License
MIT
