founders-archive-mcp
Founders Transcript Archive
Founders ポッドキャストのトランスクリプトのプライベートアーカイブを構築、検証、検索、照会するためのローカルファーストのシステムです。再開可能なアーカイブパイプラインと全文検索・意味検索、コマンドラインインターフェース、MCP サーバー、Codex リサーチスキルを組み合わせています。
公開範囲
このリポジトリには、ソフトウェア、テスト、運用ドキュメントが含まれています。ポッドキャストのトランスクリプト、インデックス、音声、API 認証情報、その他の生成されたアーカイブデータは含まれません。これらの成果物は Git で無視される data/ ディレクトリの下に置かれ、プライベートに保たれなければなりません。ユーザーは、適用される規約と権利に従ってソース資料を取得および使用する責任を負います。
Related MCP server: recall-mcp
機能
公開 Megaphone RSS フィードから正規のエピソードカタログを発見します。
明示的に上限が設定された再開可能な Spoken ワークフローを通じてトランスクリプトをインポートします。
トランスクリプトがない場合は、ローカルの Apple Silicon 文字起こしにフォールバックします。
ポータブルな Markdown および JSON 成果物を SQLite ステータス/検索インデックスとともに保存します。
カタログのカバレッジ、チェックサム、成果物の整合性を検証します。
ハイブリッド 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