← Back to Plugins
MCP Server MCP

io.github.feedthrough/feedthrough

github By github 👁 1 views ▲ 0 votes

Debug bridge inside your web app: an agent reads the DOM, console and network. Any browser.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...