Skip to content
Zed

ip calc for Zed

io.github.ryudi84/ip-calc

MCP server for IP calculations: subnets, CIDR, ranges, network info.

client:Zed transport:stdio runtime:npm

Install ip calc in Zed

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

{
  "context_servers": {
    "ip-calc": {
      "command": "npx",
      "args": [
        "-y",
        "ip-calc-mcp"
      ]
    }
  }
}

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

ip calc in other clients