fathom-mcp
fathom-mcp
문서 RAG 시스템: 문서 사이트를 크롤링 → 로컬에서 청크 분할 + 임베딩(HuggingFace) → Postgres+pgvector에 저장 → MCP 서버, REST API, 웹 UI를 통한 시맨틱 검색.
아키텍처
flowchart LR
A[Browser] --> B[API Server]
B --> D[Web UI]
B --> C[(Postgres + pgvector)]
B --> G[Ingestion Pipeline]
G --> H[Scraper Subprocess]
G --> C
I[AI Client<br/>Claude, Cursor] -->|MCP over stdio| F[MCP Server]
F --> CRelated MCP server: MCPDocSearch
빠른 시작
git clone ... fathom-mcp && cd fathom-mcp
python -m venv .venv && source .venv/bin/activate
pip install -e ".[local]"
docker compose up -d
cp .env.example .env # set LLM_API_KEY
.venv/bin/docs-mcp-api # http://127.0.0.1:8000npm (클론 불필요)
npx @fathom-mcp/server # first run installs ~5GB deps, then instant
npx @fathom-mcp/server --api # REST API + web UIMCP 도구
add_documentation · search_documentation · list_sources · get_ingest_status · add_local_docs
REST API
엔드포인트 | 설명 |
| 시맨틱 검색 |
| 인덱싱된 소스 |
| 파일 업로드 |
| 로컬 폴더 인덱싱 |
| 문서와 채팅 |
| 시스템 정보 |
OpenCode
~/.config/opencode/opencode.jsonc에 추가하세요:
{
"mcp": {
"fathom-mcp": {
"type": "local",
"command": ["npx", "-y", "@fathom-mcp/server"]
}
}
}설정
~/.fathom-mcp/.env — 원격 임베딩(Jina, OpenAI 등)을 사용하려면 EMBEDDING_PROVIDER=api와 EMBEDDING_API_KEY를 설정하고, HuggingFace를 사용하려면 local로 두세요.
This server cannot be installed
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
- AlicenseNot gradedqualityFmaintenanceEnables AI assistants to enhance their responses with relevant documentation through a semantic vector search, offering tools for managing and processing documentation efficiently.2163MIT
- AlicenseNot gradedqualityNot gradedmaintenanceCrawls documentation websites and provides semantic search capabilities over the content through vector embeddings, enabling natural language queries of technical documentation.2
- FlicenseCqualityDmaintenanceEnables AI agents to ingest documents, generate embeddings, and perform semantic search via PostgREST APIs.3
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to perform semantic, hybrid, and filtered search on indexed local documentation with RAG capabilities.2MIT
Related MCP Connectors
Shared knowledge base for AI agents. Semantic search across agents, no setup required — just a URL.
Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.
Persistent docs and memory for AI agents — read, write, organize & search a shared workspace.
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/veer-mehta/fathom-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server