Wraps Make and Just task runners so agents can list and execute targets through typed JSON instead of parsing terminal output. Returns structured task metadata (names, descriptions, dependencies) and execution results without ANSI codes or platform specific formatting quirks. Reach for this when your agent needs to discover what build, test, or deployment tasks are available in a project and run them programmatically. Part of the broader Pare toolkit that provides schema validated output for common CLI tools. Saves you from writing regex parsers that break when Make changes its output format or when a task prints unexpected progress bars.
claude mcp add --transport stdio io.github.dave-london-pare-make uvx pare-make