Skip to main content
Glama

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

Related MCP server: cognee-mcp

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:

{
  "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.

Install Server
F
license - not found
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.

  • Local-first RAG engine with MCP server for AI agent integration.

  • Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lildaddyo/braintube-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server