Searchless-ngx

Searchless-ngx

An Agentic RAG MCP Server that transforms Paperless-ngx into a conversational document assistant, enabling LLMs to search, filter, and summarize documents using natural language.

Category
访问服务器

README

Test and Build Docker Image

🪄 Searchless-ngx

<p align="center"> <img src="searchless-ngx.png" alt="Searchless-ngx About" style="width: 90%; max-width: 100%;"> </p>

Stop searching your documents. Start asking them. An Agentic RAG MCP Server for Paperless-ngx.

Less searching. More finding. Searchless-ngx transforms your Paperless-ngx instance from a static, keyword-based archive into an intelligent, conversational agent. By leveraging the Model Context Protocol (MCP) and Agentic RAG, it allows modern LLMs to natively understand, search, filter, and reason over your documents.

🤔 About the Name

If Paperless freed you from the burden of physical paper, Searchless frees you from the burden of manual searching.

  • Serverless means you don't manage servers.
  • Passwordless means you don't type passwords.
  • Searchless means you don't click through filters or skim 20-page PDFs anymore. You just ask your assistant a question, and it does the heavy lifting for you. The -ngx pays homage to the incredible Paperless-ngx project that makes all of this possible.

(Note: Under the hood, the technical service is named paperless-mcp-server to provide optimal contextual grounding for the AI).

[!IMPORTANT] This project assumes that your documents are properly parsed (OCR) and have high-quality tags assigned within Paperless-ngx. Searchless-ngx is a retrieval and reasoning layer, not an organization tool. If your library needs better metadata or automated tagging, please check out Paperless-GPT.

✨ Key Features

  • Agentic RAG: Equips your LLM with tools to query, filter, and summarize your personal documents.
  • Hybrid Search Strategy:
    • Exact Metadata API: Leverage Paperless-ngx's powerful filtering (tags, correspondents, dates) for precise retrieval.
    • Semantic Vector Search: Use ChromaDB and Gemini embeddings to find documents based on meaning and context (e.g., "software subscriptions", "food receipts").
  • Optimized for Open WebUI:
    • Strict JSON Schema: Zero anyOf or null types to ensure 100% compatibility with experimental MCP parsers.
    • Interactive Cards: Search results are presented as beautiful Markdown cards with clickable titles and metadata.
  • Read-Only: Zero destructive actions. It uses existing OCR text and never downloads binary PDFs.
  • Smart Sync: Startup sync uses a watermark to fetch only new/changed documents from Paperless in seconds. Periodic background sync (default: every 15 min, configurable) keeps the index continuously up to date. Webhook support for real-time ingestion of individual documents. Manual full-sync via POST /sync/all.
  • Search Resilience: Proactive fallback strategies ensure the LLM finds documents even when initial filters are too restrictive.

🏗️ Architecture

graph TD
    User([User]) -->|Chat| OWUI(Open WebUI)
    OWUI -->|MCP Streamable HTTP| MCP(FastAPI MCP Server)
    MCP -->|Gemini Embeddings| Chroma[(ChromaDB)]
    MCP -->|"Read-Only API (metadata, content, sync)"| Paperless(Paperless-ngx)
    MCP -->|Paginated Cache| Cache[(In-Memory Metadata)]

    External([Paperless Workflow / External]) -->|POST /webhook/sync| MCP
    Timer([Periodic Sync\nevery 15 min]) -->|bulk_sync_documents| MCP

🚀 Setup & Installation

1. Prerequisites

  • Docker & Docker Compose
  • Paperless-ngx instance
  • Google Gemini API Key (for embeddings and/or LLM)

2. Environment Configuration

Copy .env.example to .env and configure:

cp .env.example .env
Variable Description
PAPERLESS_URL Your Paperless-ngx base URL.
PAPERLESS_TOKEN API Token from Paperless settings.
GEMINI_API_KEY Google GenAI key for embeddings.
PAPERLESS_PUBLIC_URL (Optional) URL used for clickable links in chat. Defaults to PAPERLESS_URL.
LOG_LEVEL (Optional) Log verbosity: INFO (default) or DEBUG.
MAX_CHUNKS_PER_DOC (Optional) Limit segments per document (Default: 100 ≈ 25 pages).
BULK_SYNC_LIMIT (Optional) Cap initial ingestion to the X newest documents.
SYNC_INTERVAL_MINUTES (Optional) Periodic background sync interval in minutes (Default: 15). Set to 0 to disable.

3. Docker Compose

Start the agent and Open WebUI:

docker compose up -d

4. Connect to Open WebUI

  1. Open http://localhost:8080.
  2. Go to Settings > Connections > MCP Servers.
  3. Preferred Method: Click the import button and select scripts/webui-connection.json.
  4. Manual Method: Add a new server with type MCP Streamable HTTP and URL http://mcp-server:8001/mcp.

For detailed Open WebUI instructions, see WEBUI_SETUP.md.

💡 Usage Examples

Listing Documents

  • "List the last 5 documents from Amazon." (Uses exact metadata search)
  • "Show me my most recent invoices." (Uses empty query to fetch by date)

Conceptual Search (Semantic)

  • "Find all software subscriptions I have." (Finds "Netflix", "Adobe", "Microsoft" even if "subscription" isn't in the title)
  • "Where are my food receipts from my last trip to Berlin?" (Combines location context with document meaning)

Data Extraction

  • "How much did I spend on mobility in February 2024?" (LLM iterates through scouter/train invoices and calculates the sum)
  • "Summarize the cancellation terms for my gym contract." (LLM uses get_document_details to read the full OCR text)

🛠️ Development & Testing

Diagnostic Tools

Use the raw protocol checker to verify the server's output:

docker exec paperless-mcp-server python scripts/test_mcp_raw.py

Test Coverage

Run the test suite using uv:

uv run pytest

👤 Author

Developed and maintained by Dr. Henning Dickten (@hensing).

⚖️ License

Licensed under the GPLv3.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选