From e726c28484e8345b1ec03ba9caba7a6db5bfbd6b Mon Sep 17 00:00:00 2001 From: lildaddyo <133482934+lildaddyo@users.noreply.github.com> Date: Wed, 1 Jul 2026 22:45:34 +0300 Subject: [PATCH 1/4] Add BrainTube under Knowledge & Memory --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e151a6b22..0ac712d8d 100644 --- a/README.md +++ b/README.md @@ -1931,6 +1931,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [bh-rat/context-awesome](https://github.com/bh-rat/context-awesome) 📇 ☁️ 🏠 - MCP server for querying 8,500+ curated awesome lists (1M+ items) and fetching the best resources for your agent. - [bitbonsai/mcp-obsidian](https://github.com/bitbonsai/mcp-obsidian) 📇 🏠 🍎 🪟 🐧 - Universal AI bridge for Obsidian vaults using MCP. Provides safe read/write access to notes with 11 comprehensive methods for vault operations including search, batch operations, tag management, and frontmatter handling. Works with Claude, ChatGPT, and any MCP-compatible AI assistant. - [bluzername/lennys-quotes](https://github.com/bluzername/lennys-quotes) 📇 🏠 - Query 269 episodes of Lenny's Podcast for product management wisdom. Search 51,000+ transcript segments with YouTube timestamps. Perfect for PRDs, strategy, and PM career advice. +- [BrainTube](https://brain-tube.com) 📇 ☁️ - Compiles saved YouTube videos, podcasts, articles, PDFs, and Notion/Obsidian notes into a persistent, semantically searchable knowledge base any AI can query over MCP. - [cameronrye/openzim-mcp](https://github.com/cameronrye/openzim-mcp) 🐍 🏠 - Modern, secure MCP server for accessing ZIM format knowledge bases offline. Enables AI models to search and navigate Wikipedia, educational content, and other compressed knowledge archives with smart retrieval, caching, and comprehensive API. - [carrasquelalex1/hipocampo](https://github.com/carrasquelalex1/hipocampo) [![carrasquelalex1/hipocampo MCP server](https://glama.ai/mcp/servers/carrasquelalex1/hipocampo/badges/score.svg)](https://glama.ai/mcp/servers/carrasquelalex1/hipocampo) 🐍 🏠 🍎 🪟 🐧 - Dual-memory MCP system (PostgreSQL 17 + pgvector + NVIDIA NIM). 11 tools: search, save, profile, health, auto-repair, stats, tune, dedup, checkpoint, maintenance. Sparse Selective Caching (SSC) with 4-phase progressive retrieval. Bilingual EN/ES. `python scripts/hipocampo_mcp_server.py` - [catfish-1234/sessionmem](https://github.com/catfish-1234/sessionmem) [![catfish-1234/sessionmem MCP server](https://glama.ai/mcp/servers/catfish-1234/sessionmem/badges/score.svg)](https://glama.ai/mcp/servers/catfish-1234/sessionmem) 📇 🏠 - Local-first memory layer for AI coding assistants. Watches your coding sessions and injects a compact summary at the start of each new session. No cloud, no account, just a SQLite file on your machine. Works with Claude Code, Cursor, Cline, Windsurf, and any other MCP host. From 798f1a9c6be3147c4539f96cc73fed5f74c295fb Mon Sep 17 00:00:00 2001 From: Ilian Date: Thu, 2 Jul 2026 10:17:15 +0300 Subject: [PATCH 2/4] fix: update BrainTube link to GitHub repo (was brain-tube.com) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ac712d8d..381c8f147 100644 --- a/README.md +++ b/README.md @@ -1931,7 +1931,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [bh-rat/context-awesome](https://github.com/bh-rat/context-awesome) 📇 ☁️ 🏠 - MCP server for querying 8,500+ curated awesome lists (1M+ items) and fetching the best resources for your agent. - [bitbonsai/mcp-obsidian](https://github.com/bitbonsai/mcp-obsidian) 📇 🏠 🍎 🪟 🐧 - Universal AI bridge for Obsidian vaults using MCP. Provides safe read/write access to notes with 11 comprehensive methods for vault operations including search, batch operations, tag management, and frontmatter handling. Works with Claude, ChatGPT, and any MCP-compatible AI assistant. - [bluzername/lennys-quotes](https://github.com/bluzername/lennys-quotes) 📇 🏠 - Query 269 episodes of Lenny's Podcast for product management wisdom. Search 51,000+ transcript segments with YouTube timestamps. Perfect for PRDs, strategy, and PM career advice. -- [BrainTube](https://brain-tube.com) 📇 ☁️ - Compiles saved YouTube videos, podcasts, articles, PDFs, and Notion/Obsidian notes into a persistent, semantically searchable knowledge base any AI can query over MCP. +- [BrainTube](https://github.com/lildaddyo/braintube-mcp) 📇 ☁️ - Compiles saved YouTube videos, podcasts, articles, PDFs, and Notion/Obsidian notes into a persistent, semantically searchable knowledge base any AI can query over MCP. - [cameronrye/openzim-mcp](https://github.com/cameronrye/openzim-mcp) 🐍 🏠 - Modern, secure MCP server for accessing ZIM format knowledge bases offline. Enables AI models to search and navigate Wikipedia, educational content, and other compressed knowledge archives with smart retrieval, caching, and comprehensive API. - [carrasquelalex1/hipocampo](https://github.com/carrasquelalex1/hipocampo) [![carrasquelalex1/hipocampo MCP server](https://glama.ai/mcp/servers/carrasquelalex1/hipocampo/badges/score.svg)](https://glama.ai/mcp/servers/carrasquelalex1/hipocampo) 🐍 🏠 🍎 🪟 🐧 - Dual-memory MCP system (PostgreSQL 17 + pgvector + NVIDIA NIM). 11 tools: search, save, profile, health, auto-repair, stats, tune, dedup, checkpoint, maintenance. Sparse Selective Caching (SSC) with 4-phase progressive retrieval. Bilingual EN/ES. `python scripts/hipocampo_mcp_server.py` - [catfish-1234/sessionmem](https://github.com/catfish-1234/sessionmem) [![catfish-1234/sessionmem MCP server](https://glama.ai/mcp/servers/catfish-1234/sessionmem/badges/score.svg)](https://glama.ai/mcp/servers/catfish-1234/sessionmem) 📇 🏠 - Local-first memory layer for AI coding assistants. Watches your coding sessions and injects a compact summary at the start of each new session. No cloud, no account, just a SQLite file on your machine. Works with Claude Code, Cursor, Cline, Windsurf, and any other MCP host. From fc7f65460fcebb1e77fe8785221ebd69ab10230e Mon Sep 17 00:00:00 2001 From: Ilian Date: Thu, 2 Jul 2026 10:18:28 +0300 Subject: [PATCH 3/4] fix: use owner/repo format for entry name (bot requirement) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 381c8f147..32c5c0bfa 100644 --- a/README.md +++ b/README.md @@ -1931,7 +1931,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [bh-rat/context-awesome](https://github.com/bh-rat/context-awesome) 📇 ☁️ 🏠 - MCP server for querying 8,500+ curated awesome lists (1M+ items) and fetching the best resources for your agent. - [bitbonsai/mcp-obsidian](https://github.com/bitbonsai/mcp-obsidian) 📇 🏠 🍎 🪟 🐧 - Universal AI bridge for Obsidian vaults using MCP. Provides safe read/write access to notes with 11 comprehensive methods for vault operations including search, batch operations, tag management, and frontmatter handling. Works with Claude, ChatGPT, and any MCP-compatible AI assistant. - [bluzername/lennys-quotes](https://github.com/bluzername/lennys-quotes) 📇 🏠 - Query 269 episodes of Lenny's Podcast for product management wisdom. Search 51,000+ transcript segments with YouTube timestamps. Perfect for PRDs, strategy, and PM career advice. -- [BrainTube](https://github.com/lildaddyo/braintube-mcp) 📇 ☁️ - Compiles saved YouTube videos, podcasts, articles, PDFs, and Notion/Obsidian notes into a persistent, semantically searchable knowledge base any AI can query over MCP. +- [lildaddyo/braintube-mcp](https://github.com/lildaddyo/braintube-mcp) 📇 ☁️ - Compiles saved YouTube videos, podcasts, articles, PDFs, and Notion/Obsidian notes into a persistent, semantically searchable knowledge base any AI can query over MCP. - [cameronrye/openzim-mcp](https://github.com/cameronrye/openzim-mcp) 🐍 🏠 - Modern, secure MCP server for accessing ZIM format knowledge bases offline. Enables AI models to search and navigate Wikipedia, educational content, and other compressed knowledge archives with smart retrieval, caching, and comprehensive API. - [carrasquelalex1/hipocampo](https://github.com/carrasquelalex1/hipocampo) [![carrasquelalex1/hipocampo MCP server](https://glama.ai/mcp/servers/carrasquelalex1/hipocampo/badges/score.svg)](https://glama.ai/mcp/servers/carrasquelalex1/hipocampo) 🐍 🏠 🍎 🪟 🐧 - Dual-memory MCP system (PostgreSQL 17 + pgvector + NVIDIA NIM). 11 tools: search, save, profile, health, auto-repair, stats, tune, dedup, checkpoint, maintenance. Sparse Selective Caching (SSC) with 4-phase progressive retrieval. Bilingual EN/ES. `python scripts/hipocampo_mcp_server.py` - [catfish-1234/sessionmem](https://github.com/catfish-1234/sessionmem) [![catfish-1234/sessionmem MCP server](https://glama.ai/mcp/servers/catfish-1234/sessionmem/badges/score.svg)](https://glama.ai/mcp/servers/catfish-1234/sessionmem) 📇 🏠 - Local-first memory layer for AI coding assistants. Watches your coding sessions and injects a compact summary at the start of each new session. No cloud, no account, just a SQLite file on your machine. Works with Claude Code, Cursor, Cline, Windsurf, and any other MCP host. From 3599dc557f2a34f7894ab810dc099d495e25c424 Mon Sep 17 00:00:00 2001 From: Ilian Date: Sat, 4 Jul 2026 11:36:19 +0300 Subject: [PATCH 4/4] Add Glama listing badge (server approved 2026-07-04) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32c5c0bfa..8834f9d0f 100644 --- a/README.md +++ b/README.md @@ -1931,7 +1931,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [bh-rat/context-awesome](https://github.com/bh-rat/context-awesome) 📇 ☁️ 🏠 - MCP server for querying 8,500+ curated awesome lists (1M+ items) and fetching the best resources for your agent. - [bitbonsai/mcp-obsidian](https://github.com/bitbonsai/mcp-obsidian) 📇 🏠 🍎 🪟 🐧 - Universal AI bridge for Obsidian vaults using MCP. Provides safe read/write access to notes with 11 comprehensive methods for vault operations including search, batch operations, tag management, and frontmatter handling. Works with Claude, ChatGPT, and any MCP-compatible AI assistant. - [bluzername/lennys-quotes](https://github.com/bluzername/lennys-quotes) 📇 🏠 - Query 269 episodes of Lenny's Podcast for product management wisdom. Search 51,000+ transcript segments with YouTube timestamps. Perfect for PRDs, strategy, and PM career advice. -- [lildaddyo/braintube-mcp](https://github.com/lildaddyo/braintube-mcp) 📇 ☁️ - Compiles saved YouTube videos, podcasts, articles, PDFs, and Notion/Obsidian notes into a persistent, semantically searchable knowledge base any AI can query over MCP. +- [lildaddyo/braintube-mcp](https://github.com/lildaddyo/braintube-mcp) [![lildaddyo/braintube-mcp MCP server](https://glama.ai/mcp/servers/lildaddyo/braintube-mcp/badges/score.svg)](https://glama.ai/mcp/servers/lildaddyo/braintube-mcp) 📇 ☁️ - Compiles saved YouTube videos, podcasts, articles, PDFs, and Notion/Obsidian notes into a persistent, semantically searchable knowledge base any AI can query over MCP. - [cameronrye/openzim-mcp](https://github.com/cameronrye/openzim-mcp) 🐍 🏠 - Modern, secure MCP server for accessing ZIM format knowledge bases offline. Enables AI models to search and navigate Wikipedia, educational content, and other compressed knowledge archives with smart retrieval, caching, and comprehensive API. - [carrasquelalex1/hipocampo](https://github.com/carrasquelalex1/hipocampo) [![carrasquelalex1/hipocampo MCP server](https://glama.ai/mcp/servers/carrasquelalex1/hipocampo/badges/score.svg)](https://glama.ai/mcp/servers/carrasquelalex1/hipocampo) 🐍 🏠 🍎 🪟 🐧 - Dual-memory MCP system (PostgreSQL 17 + pgvector + NVIDIA NIM). 11 tools: search, save, profile, health, auto-repair, stats, tune, dedup, checkpoint, maintenance. Sparse Selective Caching (SSC) with 4-phase progressive retrieval. Bilingual EN/ES. `python scripts/hipocampo_mcp_server.py` - [catfish-1234/sessionmem](https://github.com/catfish-1234/sessionmem) [![catfish-1234/sessionmem MCP server](https://glama.ai/mcp/servers/catfish-1234/sessionmem/badges/score.svg)](https://glama.ai/mcp/servers/catfish-1234/sessionmem) 📇 🏠 - Local-first memory layer for AI coding assistants. Watches your coding sessions and injects a compact summary at the start of each new session. No cloud, no account, just a SQLite file on your machine. Works with Claude Code, Cursor, Cline, Windsurf, and any other MCP host.