Skip to content
VS Code

pare make for VS Code

io.github.dave-london/pare-make

Pare Make ג€” Structured Make/Just task runner operations (run, list) as typed JSON.

client:VS Code transport:stdio runtime:npm

Install pare make in VS Code

.vscode/mcp.json

{
  "servers": {
    "pare-make": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paretools/make"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

pare make in other clients