Skip to main content
Glama

Сервер MCP для Библии

Сервер MCP (Model Context Protocol), который позволяет ИИ-ассистентам получать библейские стихи, отрывки и главы из баз данных SQLite в формате MyBible.

Возможности

  • list_bibles — Список всех установленных переводов Библии

  • list_books — Список всех книг в переводе

  • get_passage — Получить один стих или диапазон стихов (например, Ин. 3:16, Рим. 8:1-3)

  • get_chapter — Получить целую главу с заголовками разделов

Related MCP server: SolaGuard MCP Server

Установка

Установка зависимостей

npm install

Добавление переводов Библии

Поместите файлы MyBible .SQLite3 в каталог Bibles/, по одной папке на перевод:

Bibles/
├── NIV'11/
│   ├── NIV'11.SQLite3
│   └── NIV'11.commentaries.SQLite3
├── KJV/
│   └── KJV.SQLite3
└── ...

Каждая подпапка должна содержать хотя бы один файл *.SQLite3 (основная база данных Библии). Базы данных комментариев (*.commentaries.SQLite3) необязательны. Имя папки становится идентификатором перевода, используемым в вызовах инструментов.

Настройка с вашим ИИ-клиентом

Добавьте в конфигурацию вашего MCP-клиента:

{
  "mcpServers": {
    "bible": {
      "command": "node",
      "args": ["path/to/BibleMCP/dist/index.js"]
    }
  }
}

Для разработки:

{
  "mcpServers": {
    "bible": {
      "command": "npx",
      "args": ["tsx", "path/to/BibleMCP/src/index.ts"]
    }
  }
}

Конфигурация

Переменная окружения

По умолчанию

Описание

BIBLES_DIR

./Bibles

Путь к каталогу, содержащему папки переводов Библии

Разработка

npm run build      # Compile TypeScript to dist/
npm run dev        # Run server in dev mode (tsx)
npm test           # Run all tests
npm run test:watch # Run tests in watch mode
npm run typecheck  # Type-check without compiling

Формат MyBible

Этот сервер читает стандартную схему SQLite MyBible:

  • info — метаданные (описание, язык)

  • books — номера книг, краткие/полные названия (66 книг, нумерация 10–730)

  • versesbook_number, chapter, verse, text (текст может содержать HTML-разметку)

  • stories — заголовки разделов / перикопы

  • introductions — введения к книгам

Текст стихов возвращается в виде чистого обычного текста без HTML-разметки.

Лицензия

Код этого сервера распространяется под лицензией MIT. См. LICENSE.

Модули перевода Библии в каталоге Bibles/ не подпадают под действие этой лицензии — они защищены соответствующими авторскими правами и не распространяются вместе с этим репозиторием.

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    A
    quality
    D
    maintenance
    Enables AI assistants to retrieve Bible passages from multiple translations (ESV, NIV, KJV, NASB, NKJV, NLT, AMP, MSG). Supports querying single or multiple passages and provides both MCP protocol integration and REST API endpoints.
    1
    7
  • A
    license
    A
    quality
    D
    maintenance
    Provides comprehensive Biblical research tools including scripture lookup, interlinear Greek/Hebrew data, and Strong's concordance within a Protestant theological framework. It enables AI applications to perform full-text biblical searches, topical studies, and cross-referencing using authoritative theological data.
    MIT
  • A
    license
    -
    quality
    -
    maintenance
    Provides structured access to Scripture through the BibleBridge API, enabling semantic search, contextual verse retrieval, and cross-reference analysis. It supports natural language reference normalization and comparative theological exploration across different passages.
    1
  • F
    license
    -
    quality
    D
    maintenance
    Enables AI assistants to look up Bible verses, search across translations, and compare different versions locally without API keys.

View all related MCP servers

Related MCP Connectors

  • AI-powered biblical research tools — lexicons, morphology, manuscripts, and more.

  • Bible corpus MCP server: scripture, Greek/Hebrew interlinear data, cross-refs, semantic search.

  • Explore, query, and inspect SQLite databases with ease. List tables, preview results, and view det…

View all MCP Connectors

Latest Blog Posts

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/lindsaysperring/BibleMCP'

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