founders-archive-mcp
Founders 转录档案
一个本地优先的系统,用于构建、验证、搜索和查询 Founders podcast 转录稿的私有档案。它将可恢复的归档流水线与全文和语义检索、命令行界面、MCP 服务器以及 Codex 研究技能相结合。
发布边界
本仓库包含软件、测试和操作文档。它不包含播客转录稿、索引、音频、API 凭据或其他生成的档案数据。这些产物位于 Git 忽略的 data/ 目录下,必须保持私有。用户有责任按照适用的条款和权利获取和使用源材料。
Related MCP server: recall-mcp
功能
从公开的 Megaphone RSS 订阅源发现权威剧集目录。
通过明确设限、可恢复的 Spoken 工作流导入转录稿。
当转录稿缺失时,回退到本地 Apple Silicon 转录。
使用 SQLite 状态/搜索索引存储可移植的 Markdown 和 JSON 产物。
验证目录覆盖范围、校验和和产物完整性。
使用混合 FTS5 和语义检索构建带引用的段落索引。
通过 CLI 或
founders-archive-mcpstdio 服务器进行查询。
要求
Python 3.12 或更高版本
可选:用于本地转录的 Apple Silicon 和
local依赖组
设置
git clone https://github.com/jacksonxbxt/founders-transcript-archive.git
cd founders-transcript-archive
uv sync --extra research
uv run --extra research --with pytest pytest -q预览档案同步而不消耗转录额度:
uv run --extra local founders-archive sync --dry-run --archive-root data构建私有研究索引并运行带引用的查询:
uv run --extra research founders-archive index --archive-root data
uv run --extra research founders-archive research \
"maintaining control while financing growth" \
--archive-root data --limit 8 --json有关完整的操作工作流和安全约束,请参阅 PROJECT_PLAYBOOK.md。
许可证
尚未选择开源许可证。公开可见性并不授予复制、修改或重新分发代码或任何底层内容的许可。
Maintenance
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
- AlicenseAqualityDmaintenanceLocal-first RAG indexing and semantic search MCP server. Enables document retrieval and context-aware queries using local embedding models.314MIT
- AlicenseNot gradedqualityCmaintenanceLocal semantic search MCP server for markdown docs and Granola meeting transcripts that runs entirely on your machine with no API keys, no cloud, and no cost.104MIT
- FlicenseAqualityDmaintenanceProvides semantic vector search over local codebases via MCP, enabling hybrid search (dense + sparse + RRF) for any MCP client like GitHub Copilot or Claude Desktop.58
- FlicenseAqualityBmaintenancePersistent knowledge-base MCP server. Semantic search with source citations over saved YouTube videos, podcasts, articles and PDFs — one endpoint for every MCP-capable AI client.28
Related MCP Connectors
Agentic search over your Dewey document collections from any MCP-compatible client.
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Serve a folder of Markdown notes as an MCP server: hybrid search, reading, and sourced answers.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/jacksonxbxt/founders-transcript-archive'
If you have feedback or need assistance with the MCP directory API, please join our Discord server