Back to Apps

Pharos
Supports UIby laurent00tt
Local-first agentic RAG for team document libraries with enterprise ACL and dual HTTP + MCP exits.
0 stars
Works in:claude
Exposes:Tools
What it does
Pharos connects your team's document library (PDFs, scans, docx, pptx, xlsx) to an AI agent, providing a local-first RAG system that supports multi-format ingest, hybrid retrieval, and enterprise-grade access control lists (ACL).
Tools
rag: The primary tool for agentic retrieval, allowing the agent to decide when to retrieve, how to rewrite queries, and whether to perform multi-hop search.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"pharos": {
"command": "pharos",
"args": ["mcp"]
}
}
}
Supported hosts
Confirmed for Claude (Claude Code) and other MCP-compatible clients.
Quick install
pip install -e '.[dev]'Information
- Pricing
- free
- Published
- 7/29/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"pharos": {
"command": "pharos",
"args": ["mcp"]
}
}
}





