{
  "markdown": "# BrainTube MCP Server\n\n**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.\n\n- **Endpoint:** `https://mcp.brain-tube.com/mcp` (Streamable HTTP)\n- **Version:** 3.12.4\n- **Auth:** OAuth 2.0 (authorization code + PKCE) or a BrainTube API key via `X-BrainTube-Token` header\n- **Discovery:** [`/.well-known/oauth-protected-resource`](https://mcp.brain-tube.com/.well-known/oauth-protected-resource) · [`/.well-known/oauth-authorization-server`](https://mcp.brain-tube.com/.well-known/oauth-authorization-server)\n\n## What it does\n\nYour AI can search and cite your own corpus instead of starting every conversation cold:\n\n- **Semantic + keyword search** over everything you've saved, with citations back to the source (down to video timestamps)\n- **Ingest** notes, articles and web content directly from any MCP client\n- **Knowledge graph & related-item traversal** across your corpus\n- **Session context** — expertise profile, recent activity, and resurfacing tools\n- **Per-user isolation** — JWT-scoped access; you only ever see your own corpus\n\n## Quickstart\n\n1. Create an account at [brain-tube.com](https://brain-tube.com) and get an API key (or use OAuth from a compatible client).\n2. Add the server to your MCP client:\n\n```json\n{\n  \"mcpServers\": {\n    \"braintube\": {\n      \"type\": \"http\",\n      \"url\": \"https://mcp.brain-tube.com/mcp\",\n      \"headers\": { \"X-BrainTube-Token\": \"bt_...\" }\n    }\n  }\n}\n```\n\nWorks with any MCP-capable client (Claude, Cursor, and others). In clients with OAuth support, just add the endpoint URL and sign in when prompted.\n\n## Links\n\n- Website: [brain-tube.com](https://brain-tube.com)\n- MCP setup guide: [brain-tube.com/connect](https://brain-tube.com/connect)\n- Official MCP registry: `io.github.lildaddyo/braintube-mcp`\n- Support: [brain-tube.com/contact](https://brain-tube.com/contact)\n",
  "bytes": 2025,
  "sha": "c6d415dacee9f403f94f9bb9ece91861ba37f911c1647570e481316262f72d8a",
  "repo_slug": "lildaddyo/braintube-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_lildaddyo_braintube_mcp_e315f418/readme"
}