streamable-httpupdated 1mo ago
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 can you do with BrainTube?
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.
- Endpoint:
https://mcp.brain-tube.com/mcp(Streamable HTTP) - Version: 3.12.4
- Auth: OAuth 2.0 (authorization code + PKCE) or a BrainTube API key via
X-BrainTube-Tokenheader - Discovery:
/.well-known/oauth-protected-resourceยท/.well-known/oauth-authorization-server
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
- Create an account at brain-tube.com and get an API key (or use OAuth from a compatible client).
- 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.
Links
- Website: brain-tube.com
- MCP setup guide: brain-tube.com/connect
- Official MCP registry:
io.github.lildaddyo/braintube-mcp - Support: brain-tube.com/contact
Install
Add BrainTube to your client. Pick the one you use.
claude mcp add --transport http braintube https://mcp.brain-tube.com/mcpcodex mcp add braintube --url https://mcp.brain-tube.com/mcp{
"mcpServers": {
"braintube": {
"url": "https://mcp.brain-tube.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"braintube": {
"type": "http",
"url": "https://mcp.brain-tube.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"braintube": {
"url": "https://mcp.brain-tube.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"braintube": {
"serverUrl": "https://mcp.brain-tube.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance25/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 26 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 3.12.3Latest | Jul 4, 2026 |
| 3.12.2 | Jun 27, 2026 |
| 3.12.1 | Jun 26, 2026 |
| 3.11.0 | Jun 25, 2026 |