A full-text search server for Jewish texts and literature.
An MCP (Model Context Protocol) server that provides powerful search capabilities for Jewish texts and literature. This server enables Large Language Models to search and reference Jewish texts through a standardized interface.
Requires Python 3.10 or higher.
git clone https://github.com/sivan22/mcp-otzaria-server.git
cd mcp-otzaria-server
download and extract the index from here
pip install .
The server can be run directly:
uv --directory path/to/directory run jewish_library
Or through an MCP client that supports the Model Context Protocol. for claude desktop app and cline you should use the following config:
{
"mcpServers": {
"jewish_library": {
"command": "uv",
"args": [
"--directory",
"your/path/to/directory",
"run",
"jewish_library"
],
"env": {
"PYTHONIOENCODING": "utf-8"
}
}
}
}
The server provides a single tool through the MCP interface:
Performs a full-text search across the Jewish library with advanced query capabilities.
Example query formats:
# Basic search
"maimonides on prayer"
# Field-specific search
text:"love your neighbor" AND topics:mitzvot
# Required terms
+shabbat +candles
# Phrase search with topic filter
"four species" AND topics:sukkot
# Wildcard search
pray* AND reference:psalms
Search results include:
This project uses:
MIT License
Search engine for AI agents (search + extract) powered by Tavily
Interacting with Perplexity
An automated research agent using Google Gemini models and Google Search to perform deep, multi-step web research.
An MCP server that connects to Perplexity's Sonar API, enabling real-time web-wide research in conversational AI.
Exa AI Search API
Fetch, convert, and search AWS documentation pages, with recommendations for related content.
Web search using the Perplexity API with automatic model selection based on query intent.
Search the web using Kagi's search API
Web search server that integrates Perplexity Sonar models via OpenRouter API for real-time, context-aware search with citations
Lightning-Fast, High-Accuracy Deep Research Agent 👉 8–10x faster 👉 Greater depth & accuracy 👉 Unlimited parallel runs