AgentHubAgentHub

feedthrough

MCP ServerMCP Registry官方收录

io.github.feedthrough/feedthrough · v0.3.1

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

概览

feedthrough 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "feedthrough": {
      "command": "npx",
      "args": [
        "-y",
        "@feedthrough/mcp"
      ]
    }
  }
}

环境变量

FEEDTHROUGH_PORT可选

Port the bridge WebSocket server listens on (defaults to 8765).

FEEDTHROUGH_ALLOWED_HOST_SUFFIXES可选

Comma-separated non-loopback host suffixes allowed to connect (defaults to .test). Setting it replaces the default, so include .test to keep it.

相关资源

统一 Manifest

{
  "id": "io.github.feedthrough/feedthrough",
  "type": "mcp-server",
  "version": "0.3.1",
  "displayName": "feedthrough",
  "description": "Debug bridge inside your web app: an agent reads the DOM, console and network. Any browser.",
  "repository": {
    "url": "https://github.com/feedthrough/feedthrough",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@feedthrough/mcp",
        "version": "0.3.1",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "FEEDTHROUGH_PORT",
            "description": "Port the bridge WebSocket server listens on (defaults to 8765)."
          },
          {
            "name": "FEEDTHROUGH_ALLOWED_HOST_SUFFIXES",
            "description": "Comma-separated non-loopback host suffixes allowed to connect (defaults to .test). Setting it replaces the default, so include .test to keep it."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.feedthrough/feedthrough",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.feedthrough%2Ffeedthrough/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
feedthrough — MCP Server 安装与配置 · AgentHub