MCP Server
MCP
io.github.feedthrough/feedthrough
Debug bridge inside your web app: an agent reads the DOM, console and network. Any browser.
Install
npx -y @feedthrough/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@feedthrough/mcp",
"version": "0.3.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Port the bridge WebSocket server listens on (defaults to 8765).",
"format": "string",
"name": "FEEDTHROUGH_PORT"
},
{
"description": "Comma-separated non-loopback host suffixes allowed to connect (defaults to .test). Setting it replaces the default, so include .test to keep it.",
"format": "string",
"name": "FEEDTHROUGH_ALLOWED_HOST_SUFFIXES"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment