Skip to main content
Glama

Sefaria Jewish Library MCP Server

Sefaria 犹太图书馆 MCP 服务器

一个 MCP(模型上下文协议)服务器,提供从Sefaria库访问犹太文本的功能。该服务器支持大型语言模型通过标准化接口检索和引用犹太文本。

特征

  • 通过参考检索犹太文本
  • 检索给定文本的评论
  • 在犹太图书馆搜索查询

安装

需要 Python 3.10 或更高版本。

克隆存储库

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

运行服务器

可以直接运行服务器:

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: "משנה ברכות פרק א משנה א"

获取评论

检索给定文本的评论列表。

例子:

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

搜索文本

根据查询在 Sefaria 图书馆中搜索犹太文本。

例子:

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

发展

该项目使用:

图像

要求

  • Python >= 3.10
  • MCP SDK >= 1.1.1
  • Sefaria API

执照

MIT 许可证

You must be authenticated.

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

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.

提供从Sefaria库访问犹太文本的功能。该服务器支持大型语言模型通过标准化接口检索和引用犹太文本。

  1. 特征
    1. 安装
      1. 克隆存储库
      2. 运行服务器
      3. 通过 Smithery 安装
    2. 可用工具
      1. 获取文本
      2. 获取评论
      3. 搜索文本
    3. 发展
      1. 要求
        1. 执照

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            An MCP 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.
            Last updated -
            12
            Python
            MIT License
          • -
            security
            A
            license
            -
            quality
            The server facilitates access to Julia documentation and source code through Claude Desktop, allowing users to retrieve information on Julia packages, modules, types, functions, and methods.
            Last updated -
            4
            0
            2
            JavaScript
            MIT License
          • A
            security
            A
            license
            A
            quality
            This server allows users to interact with their Zotero library through the Model Context Protocol, providing tools for searching items, retrieving metadata, and accessing full text using natural language queries.
            Last updated -
            3
            61
            Python
            MIT License
            • Apple
            • Linux
          • -
            security
            F
            license
            -
            quality
            This server provides an API to query Large Language Models using context from local files, supporting various models and file types for context-aware responses.
            Last updated -
            1
            TypeScript

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/Sivan22/mcp-sefaria-server'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server