Skip to main content
Glama
jacksonxbxt

founders-archive-mcp

by jacksonxbxt

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-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