Skip to content
VS Code

make for VS Code

io.github.dave-london/make

MCP server for Make/Just task runners with structured, token-efficient output

client:VS Code transport:stdio runtime:npm

Install make in VS Code

.vscode/mcp.json

{
  "servers": {
    "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

make in other clients