Skip to main content
Glama
jacksonxbxt

founders-archive-mcp

by jacksonxbxt

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-mcp stdio サーバーを通じてクエリを実行します。

要件

  • Python 3.12 以降

  • uv

  • オプション: ローカル文字起こし用の 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 を参照してください。

ライセンス

オープンソースライセンスは選択されていません。公開されているからといって、コードや基盤となるコンテンツをコピー、変更、再配布するライセンスが付与されるわけではありません。

Install Server
F
license - not found
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    D
    maintenance
    Local-first RAG indexing and semantic search MCP server. Enables document retrieval and context-aware queries using local embedding models.
    3
    14
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Local 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.
    10
    4
    MIT
  • F
    license
    A
    quality
    B
    maintenance
    Persistent 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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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