Skip to content
Zed

endoflife mcp for Zed

io.github.mrfentmen/endoflife-mcp

Check software end of life dates from endoflife.date. No key required.

client:Zed transport:stdio runtime:npm

Install endoflife mcp in Zed

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

{
  "context_servers": {
    "endoflife-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/endoflife-mcp"
      ]
    }
  }
}

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

endoflife mcp in other clients