feedthrough/feedthrough
by Various
A debug bridge embedded inside your web app, exposing runtime internals to AI agents via MCP.
MCP
feedthrough/feedthrough
Added 15 June 2026
Overview
Feedthrough is a TypeScript debug bridge that embeds into a web application and exposes runtime internals to AI agents through the Model Context Protocol (MCP). It acts as a communication layer between live application state and external agentic tools.
Best for
Best for
Developers building AI agents that need live introspection of web application internals
Use cases
- Inspecting live application state during AI-assisted debugging
- Feeding real-time runtime data to agentic coding assistants
- Building custom AI agent integrations that need access to web app internals
Notes
Feedthrough is a TypeScript debug bridge that embeds into a web application and exposes runtime internals to AI agents through the Model Context Protocol (MCP). It acts as a communication layer between live application state and external agentic tools.
2 stars on GitHub. Last updated 2026-06-10. Licensed MIT.
Use cases
- Inspecting live application state during AI-assisted debugging
- Feeding real-time runtime data to agentic coding assistants
- Building custom AI agent integrations that need access to web app internals
Pros
- Direct runtime access enables deep debugging without static analysis
- Leverages MCP standard for interoperability with multiple agent frameworks
- Minimal overhead as a lightweight TypeScript module
Cons
- Very early project (2 stars) with limited community validation
- Embedding a debug bridge in production apps may pose security risks
- Requires custom integration effort beyond simple drop-in usage
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Direct runtime access enables deep debugging without static analysis
- Leverages MCP standard for interoperability with multiple agent frameworks
- Minimal overhead as a lightweight TypeScript module
Cons
- Very early project (2 stars) with limited community validation
- Embedding a debug bridge in production apps may pose security risks
- Requires custom integration effort beyond simple drop-in usage
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.