AIHawk for Zed
io.github.feder-cr/aihawk
AI browser agent: browses, clicks, types, and reads real web pages from plain-English instructions.
client:Zed
transport:stdio
runtime:pypi
Install AIHawk in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"aihawk": {
"command": "uvx",
"args": [
"aihawk"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs