make for Zed
io.github.dave-london/make
MCP server for Make/Just task runners with structured, token-efficient output
client:Zed
transport:stdio
runtime:npm
Install make in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"make": {
"command": "npx",
"args": [
"-y",
"@paretools/make"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs