Skip to content

thewhitewater/tube-bridge

v1.1.6MIT

Self-hosted YouTube research system bundling a 17-tool MCP with timestamped frame extraction, canonical workflow, corpus doctrine, onboarding, and reusable research templates.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

tube-bridgestdio
{
  "type": "stdio",
  "command": "python3",
  "args": [
    "-m",
    "tube_bridge.cli"
  ],
  "env": {
    "TUBE_BRIDGE_CACHE": "${PLUGIN_DATA}/cache"
  },
  "cwd": "${PLUGIN_ROOT}"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "tube-bridge",
  "version": "1.1.6",
  "description": "Self-hosted YouTube research system bundling a 17-tool MCP with timestamped frame extraction, canonical workflow, corpus doctrine, onboarding, and reusable research templates.",
  "homepage": "https://github.com/TheWhiteWater/tube-bridge",
  "repository": "https://github.com/TheWhiteWater/tube-bridge",
  "license": "MIT",
  "keywords": [
    "youtube",
    "mcp",
    "transcripts",
    "frames",
    "research",
    "corpus",
    "semantic-search"
  ]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • 2other files
View on GitHub