holy-bible-mcp
📖 Multilingual Holy Bible MCP Server
A high-performance, 100% offline, zero-latency Model Context Protocol (MCP) Server designed to connect Large Language Models (LLMs) to 11,907,047 Biblical verses across 1,081 translations in 800+ languages.
Equipped with strict theological guardrails (bible_scholar system prompt), Greek/Hebrew Strong's lexicon verification, and SHA-256 Merkle Root cryptographic integrity.
🌟 Key Features
⚡️ Zero-ML High-Speed Engine: Built on SQLite FTS5 with Memory-Mapped I/O (
PRAGMA mmap_size), secondary SQL indexes, and an in-memory LRU cache (< 1.25 ms query response).🔒 Cryptographic Proof (Merkle Root): Every verse is SHA-256 hashed. Global Merkle Root:
e221d09e3870ddc23d3e1f62858a12b4152792847b911728371d39fa85279bb3.🛡 Strict Theological Guardrails: Built-in
bible_scholarsystem prompt prevents LLM hallucinations by forcing AIs (Claude, GPT, Gemini) to rely exclusively on scripture and verify Greek/Hebrew roots.💻 100% Cross-Platform & Offline: Runs natively on macOS (M-Series ARM / Intel), Windows (x64 / ARM64), and Linux.
Related MCP server: Aquifer MCP
🚀 Quick Start (IDE Configuration)
1. Antigravity IDE Configuration
Add the following block to your mcp_config.json:
{
"mcpServers": {
"bible-mcp": {
"command": "node",
"args": [
"/path/to/holy/mcp-server/build/index.js"
]
}
}
}2. Claude Desktop Setup
Config location:
🍏 macOS:
~/Library/Application Support/Claude/claude_desktop_config.json💻 Windows:
%APPDATA%\Claude\claude_desktop_config.json🐧 Linux:
~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"bible-mcp": {
"command": "node",
"args": [
"/path/to/holy/mcp-server/build/index.js"
]
}
}
}3. Cursor IDE Setup
Open Cursor Settings -> Features -> MCP.
Click + Add New MCP Server.
Set Name:
bible-mcp| Type:commandSet Command:
node /path/to/holy/mcp-server/build/index.js
🛠 Available MCP Tools
Tool Name | Parameters | Description |
|
| Full-Text Search using FTS5 operators ( |
|
| Retrieve specific verse by canonical reference. |
|
| Retrieve an entire chapter formatted for LLM context windows. |
|
| Lookup Greek/Hebrew lexicon root meanings. |
|
| Retrieve cross-references and parallel passages. |
💻 Cross-Platform Building & Running
Prerequisites
Node.js >= 18
Python >= 3.10 (for dataset building)
Local Compilation
# macOS / Linux
cd mcp-server
npm install
npm run build
# Windows (PowerShell)
cd mcp-server
npm install
npm run build📄 License
Licensed under the MIT License. Free for open-source, commercial, and personal AI integration.
This server cannot be installed
Maintenance
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
- AlicenseAqualityAmaintenanceFree, no-key MCP server for reading scripture from 35+ public-domain translations in 8 languages. Lets users fetch verses, chapters, and passages via natural language from any MCP client.Last updated7MIT
- Alicense-qualityBmaintenanceThin Cloudflare Workers MCP server for navigating Bible Aquifer content, enabling Bible verse retrieval, content search, and entity profiling through MCP tools.Last updated2MIT
- Alicense-qualityBmaintenancePostgreSQL-backed MCP server for deep Bible study, integrating 140+ translations, Greek/Hebrew lexicons, cross-references, and semantic search.Last updatedMIT
- AlicenseBqualityCmaintenanceProvides Hebrew & Greek word study, full morphological parsing, cross-references, LXX alignment, and more from open-licensed data sources, usable by any MCP-compatible client.Last updated9MIT
Related MCP Connectors
Bible corpus MCP server: scripture, Greek/Hebrew interlinear data, cross-refs, semantic search.
Free, no-key Bible MCP server — 86 translations in 32 languages, from any MCP client.
MCP server for Project Gutenberg — 75,000+ public-domain ebooks with full plain-text retrieval.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/grizlizora/holy-bible-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server