founders-archive-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@founders-archive-mcpfind episodes about effective negotiation"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Founders Transcript Archive
A local-first system for building, verifying, searching, and querying a private archive of Founders podcast transcripts. It combines a resumable archive pipeline with full-text and semantic retrieval, a command-line interface, an MCP server, and a Codex research skill.
Publication boundary
This repository contains the software, tests, and operating documentation. It
does not contain podcast transcripts, indexes, audio, API credentials, or
other generated archive data. Those artifacts live under the Git-ignored
data/ directory and must remain private. Users are responsible for obtaining
and using source material in accordance with the applicable terms and rights.
Related MCP server: recall-mcp
Capabilities
Discover the canonical episode catalog from the public Megaphone RSS feed.
Import transcripts through an explicitly capped, resumable Spoken workflow.
Fall back to local Apple Silicon transcription when a transcript is absent.
Store portable Markdown and JSON artifacts with a SQLite status/search index.
Verify catalog coverage, checksums, and artifact integrity.
Build a cited passage index with hybrid FTS5 and semantic retrieval.
Query through the CLI or the
founders-archive-mcpstdio server.
Requirements
Python 3.12 or newer
Optional: Apple Silicon and the
localdependency group for local transcription
Setup
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 -qPreview an archive sync without consuming transcript credits:
uv run --extra local founders-archive sync --dry-run --archive-root dataBuild the private research index and run a cited query:
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 --jsonSee PROJECT_PLAYBOOK.md for the complete operating workflow and safety constraints.
License
No open-source license has been selected. Public visibility does not grant a license to copy, modify, or redistribute the code or any underlying content.
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