Wraps Make and Just task runners to expose targets, run tasks, and query dependency graphs through structured JSON instead of terminal output. You get typed lists of available targets with their descriptions, can execute tasks with arguments, and inspect what depends on what without parsing Makefile syntax or Just's output format. Useful when you want an agent to discover and run build tasks, check prerequisites, or coordinate multi-step workflows defined in your project's task runner. Saves you from writing regex parsers for make output and handles both ecosystems through a single interface.
claude mcp add --transport stdio io.github.dave-london-make uvx make