Skip to content
Zed

build cache mcp for Zed

io.github.mrfentmen/build-cache-mcp

Summarize local build and cache footprint using size and age buckets without returning paths or...

client:Zed transport:stdio runtime:npm

Install build cache mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "build-cache-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "build-cache-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

build cache mcp in other clients