Back to Home
shredEngineer icon

Archive-Agent

Verified Safe

by shredEngineer

Overview

An intelligent file indexer with powerful AI search (RAG engine), automatic OCR, and a seamless MCP interface to unlock documents with natural language.

Installation

Run Command
archive-agent

Environment Variables

  • OPENAI_API_KEY
  • ARCHIVE_AGENT_QDRANT_IN_MEMORY

Security Notes

The project demonstrates robust security practices for an open-source tool. It utilizes Pydantic models with `extra='forbid'` for strict schema validation of AI responses, preventing unexpected data injection. `OPENAI_API_KEY` is correctly sourced from environment variables. `file_lock` ensures safe concurrent access to shared resources. The `mcp_server_host` is configurable to expose to LAN, giving the user control over network exposure. Arbitrary command execution via `subprocess.run` is limited to specific, justified system utilities (`nano`, `streamlit`, `docker`, `pandoc`). Overall, the architecture minimizes common attack vectors.

Similar Servers

Stats

Interest Score46
Security Score9
Cost ClassHigh
Avg Tokens10000
Stars58
Forks8
Last Update2026-01-14

Tags

RAGAIOCRFile IndexingSemantic SearchMCP