Skip to main content
Glama

fathom-mcp

Sistema RAG para documentación: rastrea un sitio de documentación → fragmenta y genera embeddings localmente (HuggingFace) → almacena en Postgres+pgvector → búsqueda semántica mediante servidor MCP, API REST e interfaz web.

Arquitectura

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

Related MCP server: MCPDocSearch

Inicio rápido

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

npm (sin necesidad de clonar)

npx @fathom-mcp/server            # first run installs ~5GB deps, then instant
npx @fathom-mcp/server --api      # REST API + web UI

Herramientas MCP

add_documentation · search_documentation · list_sources · get_ingest_status · add_local_docs

API REST

Endpoint

Descripción

GET /search?q=...

Búsqueda semántica

GET /sources

Fuentes indexadas

POST /upload

Subir archivos

POST /upload-folder

Indexar una carpeta local

GET /llm-chat?q=...

Chat con la documentación

GET /about

Información del sistema

OpenCode

Añade a ~/.config/opencode/opencode.jsonc:

{
  "mcp": {
    "fathom-mcp": {
      "type": "local",
      "command": ["npx", "-y", "@fathom-mcp/server"]
    }
  }
}

Configuración

~/.fathom-mcp/.env — establece EMBEDDING_PROVIDER=api + EMBEDDING_API_KEY para embeddings remotos (Jina, OpenAI, etc.), o déjalo como local para HuggingFace.

A
license - permissive license
Not graded
quality - not tested
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

View all related MCP servers

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.

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/veer-mehta/fathom-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server