netdiag MCP for Zed
io.github.shigechika/netdiag-mcp
MCP server wrapping dig, ping, mtr, whois and TLS/HTTP checks for on-demand network diagnostics
client:Zed
transport:stdio
runtime:pypi
Install netdiag MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"netdiag-mcp": {
"command": "uvx",
"args": [
"netdiag-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs