Skip to main content

the jewish library, accessible to LLMs

Project description

Jewish Library MCP Server

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.

Features

  • Full-text search across Jewish texts and literature
  • Advanced query syntax support:
    • Field-specific search (text:term, reference:term, topics:term)
    • Boolean operators (AND, OR)
    • Required/excluded terms (+term, -term)
    • Phrase search ('exact phrase')
    • Wildcards (?, *)
  • Relevance-based scoring
  • Rich search results including references, topics, and highlighted excerpts

Installation

Requires Python 3.10 or higher.

Clone the repository

git clone https://github.com/sivan22/mcp-otzaria-server.git
cd mcp-otzaria-server

Get the index

download and extract the index from here

Install dependencies

pip install .

Running the Server

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" 
          }
      }
  }
}

Available tools

The server provides a single tool through the MCP interface:

full_text_search

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:

  • Reference information
  • Relevant topics
  • Highlighted excerpts showing query matches
  • Relevance score

Development

This project uses:

  • MCP SDK for server implementation
  • Tantivy for full-text search capabilities

Requirements

  • Python >= 3.10
  • MCP SDK >= 1.1.1
  • Tantivy search engine

License

MIT License

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mseep_jewish_library-0.1.1.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mseep_jewish_library-0.1.1-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

File details

Details for the file mseep_jewish_library-0.1.1.tar.gz.

File metadata

  • Download URL: mseep_jewish_library-0.1.1.tar.gz
  • Upload date:
  • Size: 3.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.12

File hashes

Hashes for mseep_jewish_library-0.1.1.tar.gz
Algorithm Hash digest
SHA256 af810b87418fdac3d0092dd4db215976b9155b2d48984e606042afcbe8988f58
MD5 860650ca5e44d903bf41895f084d986b
BLAKE2b-256 f4e22b4dfdeae38d897d429a7fc9795a905f2e29a81f7e499e2672961cfcf64e

See more details on using hashes here.

File details

Details for the file mseep_jewish_library-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for mseep_jewish_library-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 06d74979a8450f59c921a5099668d9b8f8b919acb4eb9913a25a8fa5505d5756
MD5 6854ecac6159dd7e69215857f8f5b656
BLAKE2b-256 4df474157db9a7371074751b78e214ed97c0442b6b46bcc9f48a95161aff5ec9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page