trackmcp
Back to directory
lildaddyo

braintube-mcp

View on GitHub

BrainTube

0 stars TypeScriptOthers Updated Aug 5, 2026

Documentation

BrainTube MCP Server

Save once. Query anywhere. BrainTube compiles what you watch, read and listen to — YouTube videos, podcasts, articles, PDFs — into a persistent, searchable knowledge base, and this MCP server exposes it to every MCP-capable AI client over one endpoint.

What it does

Your AI can search and cite your own corpus instead of starting every conversation cold:

  • Semantic + keyword search over everything you've saved, with citations back to the source (down to video timestamps)
  • Ingest notes, articles and web content directly from any MCP client
  • Knowledge graph & related-item traversal across your corpus
  • Session context — expertise profile, recent activity, and resurfacing tools
  • Per-user isolation — JWT-scoped access; you only ever see your own corpus

Quickstart

1. Create an account at brain-tube.com and get an API key (or use OAuth from a compatible client).

2. Add the server to your MCP client:

json
{
  "mcpServers": {
    "braintube": {
      "type": "http",
      "url": "https://mcp.brain-tube.com/mcp",
      "headers": { "X-BrainTube-Token": "bt_..." }
    }
  }
}

Works with any MCP-capable client (Claude, Cursor, and others). In clients with OAuth support, just add the endpoint URL and sign in when prompted.

Frequently asked questions

What is braintube-mcp?

braintube-mcp is BrainTube

How do I install braintube-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is braintube-mcp open source?

Yes — it is hosted on GitHub at https://github.com/lildaddyo/braintube-mcp.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP