Skip to main content
Glama
jacksonxbxt

founders-archive-mcp

by jacksonxbxt

Founders Transcript Archive

Founders 팟캐스트 대본의 개인 아카이브를 구축, 검증, 검색, 조회하기 위한 로컬 우선(local-first) 시스템입니다. 재개 가능한 아카이브 파이프라인과 전체 텍스트 및 의미론적 검색, 명령줄 인터페이스, 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