mcp-sefaria-server
mcp-sefaria-serverは、Sefariaプロジェクトのためのサーバー実装であり、主にユダヤ教のテキストを提供するために設計されています。Pythonで構築されており、データの取得や管理を効率化する機能を備えています。APIを通じてテキストにアクセスできるため、開発者や研究者にとって便利です。
GitHubスター
27
ユーザー評価
未評価
お気に入り
0
閲覧数
33
フォーク
6
イシュー
2
インストール方法
難易度
中級推定所要時間
10-20 分
インストール方法
Requires Python 3.10 or higher.
The server can be run directly:
Or through an MCP client that supports the Model Context Protocol.
for claude desktop app and cline you should use the following config:
```
{
"mcpServers": {
"sefaria_jewish_library": {
"command": "uv",
"args": [
"--directory",
"absolute/path/to/mcp-sefaria-server",
"run",
bash
git clone https://github.com/sivan22/mcp-sefaria-server.git
cd mcp-sefaria-server
bash
uv --directory path/to/directory run sefaria_jewish_library