feedthrough for Zed
io.github.feedthrough/feedthrough
Debug bridge inside your web app: an agent reads the DOM, console and network. Any browser.
client:Zed
transport:stdio
runtime:npm
Install feedthrough in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"feedthrough": {
"command": "npx",
"args": [
"-y",
"@feedthrough/mcp"
],
"env": {
"FEEDTHROUGH_PORT": "<FEEDTHROUGH_PORT>",
"FEEDTHROUGH_ALLOWED_HOST_SUFFIXES": "<FEEDTHROUGH_ALLOWED_HOST_SUFFIXES>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs