Feedthrough
OfficialRelated Servers
Alternatives to Feedthrough
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityAmaintenanceBridges AI coding agents with the browser to provide visual debugging, real-time error capture, screenshot capabilities, DOM inspection, and interactive wireframing through a reverse proxy with injected developer tools.27 npm21Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to debug frontend applications by providing direct access to browser DevTools, React state, DOM inspection, and runtime debugging capabilities. Bridges the gap between AI and complex web applications for autonomous debugging and issue resolution.MIT
- AlicenseNot gradedqualityDmaintenanceStreams browser DevTools console, network, storage, and performance data to your IDE's AI agent for real-time debugging and analysis.8 npm1MIT
- AlicenseBqualityCmaintenanceEnables AI agents to inspect and control a live Chromium browser for frontend debugging, providing console logs, network requests, DOM snapshots, and accessibility analysis.192 npmMIT
- AlicenseNot gradedqualityBmaintenanceEnables AI coding agents to access live console logs, errors, and network requests from web applications via a local WebSocket connection, without copying data to chat.21 npm18MIT
- AlicenseAqualityFmaintenanceUnleashes LLM-powered agents to autonomously execute and debug web apps directly in your code editor, with features like webapp navigation, network traffic capture, and console error collection.21,238Apache 2.0
TDQS
Scored across 16 tools
Most tools have clearly distinct purposes, but query_dom, inspect_element, and get_html all read from the DOM and could occasionally be confused. get_page_info and connection_status also share bridge-identity fields, though their primary responsibilities are different.
The get_* and set_* prefixes create a strong, predictable pattern, and click/fill/hover/press_key are intuitive action verbs. connection_status breaks the get_ convention and query_dom/inspect_element are less pattern-aligned, but overall naming remains readable and consistent.
At 16 tools, this is slightly above the ideal 3-15 range, but the breadth is justified by the server's browser-debugging scope. The count feels reasonable rather than bloated.
The toolset covers the core debugging lifecycle: reading DOM/console/network state, interacting with the page, previewing changes, and resetting overrides. Obvious gaps like explicit navigation, waiting for conditions, or screenshots are missing but are not fatal to the main workflows.