Sefaria Jewish Library MCP Server

by Sivan22
Verified

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Integrations

  • Provides access to Jewish texts from the Sefaria digital library through tools for retrieving specific texts by reference, obtaining commentaries on a given text, and searching the library with customizable filters.

세파리아 유대인 도서관 MCP 서버

세파 리아 라이브러리의 유대교 텍스트에 대한 접근을 제공하는 MCP( 모델 컨텍스트 프로토콜 ) 서버입니다. 이 서버를 통해 대규모 언어 모델(Large Language Models)이 표준화된 인터페이스를 통해 유대교 텍스트를 검색하고 참조할 수 있습니다.

특징

  • 참조로 유대교 문헌 검색
  • 주어진 텍스트에 대한 해설 검색
  • 유대인 도서관에서 질의를 검색하세요

설치

Python 3.10 이상이 필요합니다.

저장소를 복제합니다

지엑스피1

서버 실행

서버를 직접 실행할 수 있습니다.

uv --directory path/to/directory run sefaria_jewish_library

또는 모델 컨텍스트 프로토콜을 지원하는 MCP 클라이언트를 통해 사용할 수 있습니다. Claude 데스크톱 앱과 Cline의 경우 다음 구성을 사용해야 합니다.

{ "mcpServers": { "sefaria_jewish_library": { "command": "uv", "args": [ "--directory", "absolute/path/to/mcp-sefaria-server", "run", "sefaria_jewish_library" ], "env": { "PYTHONIOENCODING": "utf-8" } } } }

Smithery를 통해 설치

Smithery 를 통해 Claude Desktop용 Sefaria Jewish Library를 자동으로 설치하려면:

npx -y @smithery/cli install mcp-sefaria-server --client claude

사용 가능한 도구

서버는 MCP 인터페이스를 통해 다음 도구를 제공합니다.

텍스트 가져오기

참조를 통해 특정 유대교 텍스트를 검색합니다.

예:

reference: "Genesis 1:1" reference: "שמות פרק ב פסוק ג" reference: "משנה ברכות פרק א משנה א"

get_commentaries

주어진 텍스트에 대한 해설 목록을 검색합니다.

예:

reference: "Genesis 1:1" reference: "שמות פרק ב פסוק ג" reference: "משנה ברכות פרק א משנה א"

검색 텍스트

질의를 기반으로 세파리아 도서관에서 유대교 문헌을 검색합니다.

예:

query: "moshiach" slop: 1 filters: ["Talmud", "Bavli"] size: 5

개발

이 프로젝트에서는 다음을 사용합니다.

요구 사항

  • 파이썬 >= 3.10
  • MCP SDK >= 1.1.1
  • 세파리아 API

특허

MIT 라이센스

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

세파리아(Sefaria) 라이브러리의 유대교 텍스트에 대한 액세스를 제공합니다. 이 서버는 표준화된 인터페이스를 통해 대규모 언어 모델(Large Language Models)이 유대교 텍스트를 검색하고 참조할 수 있도록 지원합니다.

  1. Features
    1. Installation
      1. Clone the repository
      2. Running the Server
      3. Installing via Smithery
    2. Available tools
      1. get_text
      2. get_commentaries
      3. search_texts
    3. Development
      1. Requirements
        1. License
          ID: j3v6vnp4xk