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
A Model Context Protocol (MCP) server for the Open Library API that enables AI assistants to search for book and author information.
Search for icons from the Hugeicons library and get usage documentation.
Provides threat intelligence queries for IPs, domains, files, URLs, and vulnerabilities using the ThreatBook API.
Provides access to Typesense search capabilities, requiring a connection to a Typesense server.
Self-hosted Websearch API
Web search and webpage scraping using the Serper API.
Provides comprehensive offline store information queries, including enterprise restaurant brand store search, offline store search, and restaurant brand store statistics.
Search NCBI databases, including PubMed, for scientific literature. Tailored for researchers in life sciences, evolutionary biology, and computational biology.
Provides full-text and semantic search over structured and unstructured data using Azure Cognitive Search.
Perform conversational searches with the Perplexica AI-powered answer engine.