ip calc for Windsurf
io.github.ryudi84/ip-calc
MCP server for IP calculations: subnets, CIDR, ranges, network info.
client:Windsurf
transport:stdio
runtime:npm
Install ip calc in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"ip-calc": {
"command": "npx",
"args": [
"-y",
"ip-calc-mcp"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs