Gives Claude native access to parse, validate, merge, and convert configuration files across JSON, YAML, TOML, and INI formats. You get deep merge operations for JSON configs, schema validation for docker-compose and GitHub Actions YAML, dependency extraction from Cargo.toml and pyproject.toml, and cross-format diffs that can compare a YAML file against JSON. Reach for this when you're building agents that need to read project configs, compare environment settings, or generate configuration files without writing format-specific parsers. The config_diff tool auto-detects formats and shows nested path changes, which is handy for debugging configuration drift across environments.
MCP server providing configuration file tools for AI agents. Parse, validate, merge, convert, and diff configuration files across all common formats.
Read, validate, deep merge, and diff JSON/JSONC configuration files.
Read, validate, and convert YAML configuration files.
Parse TOML configuration files (Cargo.toml, pyproject.toml, etc.).
Parse INI and properties configuration files.
Compare two configuration files in any supported format.
npm install
npm run build
{
"mcpServers": {
"config-tools": {
"command": "node",
"args": ["D:/products/mcp-servers/mcp-config-tools/dist/index.js"]
}
}
}
@modelcontextprotocol/sdk — MCP protocol SDKyaml — YAML parser and serializercom.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json