asuswrt mcp for Zed
io.github.teefloo/asuswrt-mcp
Secure AsusWRT router administration via SSH — 42+ tools, guarded mutations
client:Zed
transport:stdio
runtime:pypi
Install asuswrt mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"asuswrt-mcp": {
"command": "uvx",
"args": [
"asuswrt-mcp"
],
"env": {
"ASUSWRT_HOST": "<ASUSWRT_HOST>",
"ASUSWRT_SSH_USERNAME": "<ASUSWRT_SSH_USERNAME>",
"ASUSWRT_SSH_PASSWORD": "<ASUSWRT_SSH_PASSWORD>",
"ASUSWRT_SSH_KEY_FILE": "<ASUSWRT_SSH_KEY_FILE>",
"ASUSWRT_ALLOW_MUTATIONS": "<ASUSWRT_ALLOW_MUTATIONS>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs