
Barzel Scripture Intelligence
Barzel Scripture Intelligence is an MCP server that makes the Bible searchable, explainable, and applicable through AI-powered natural language queries, cross-references, original Hebrew/Greek insights, translation comparisons, doctrine explanations, and devotional generation. It is designed for Bible study, sermon preparation, theological research, and faith-based guidance.
I'll search the workspace for a "scripture intelligence server" project to provide you with a description.
I found a reference to a scripture intelligence server in your workspace. Let me examine the tarball file to provide you with a full description.
Let me try a different approach to extract and examine the scripture intelligence server tarball.
Let me extract the tarball using the correct tar command for Windows:
Scripture Intelligence Server - Full Description
Overview
The Scripture Intelligence Server is an advanced MCP (Model Context Protocol) server that makes the Bible deeply searchable, explainable, and applicable through natural language queries, cross-references, and faith-based reasoning. It's designed for personal Bible study, sermon preparation, theological research, and spiritual guidance.
Core Capabilities
Natural Language Processing
- Natural Language Queries: Ask questions like "What does forgiveness mean in Matthew 18?" or "Find verses about hope in Psalms"
- Semantic Search: Find verses by meaning and concepts, not just keywords
- Query Processing: Intelligent entity extraction for books, chapters, topics, and theological concepts
Biblical Analysis Tools
- Cross-Reference Engine: Discover connections between biblical passages across all books
- Parallel Passage Detection: Automatically find parallel passages in the Gospels and historical books
- Context-Aware Explanations: Historical, cultural, literary, and theological context for any passage
- Original Language Insights: Hebrew and Greek word studies with Strong's numbers and theological significance
Theological Features
- Faith-Based Reasoning: Get theological answers and spiritual guidance from a Christian perspective
- Doctrine Explanation: Comprehensive explanations of Christian doctrines with biblical basis
- Theological Theme Analysis: Identify and explain theological themes throughout Scripture
- Translation Comparison: Analyze differences between Bible translations and their theological implications
Content Generation
- Devotional Generation: Create daily, topical, or verse-based devotionals with reflection and application
- Historical Context: Cultural, political, and religious background of biblical passages
Technical Architecture
Server Implementation
- Built with TypeScript and the Model Context Protocol SDK
- Uses SQLite database for Bible text, Strong's Concordance, and cross-reference data
- Modular architecture with separate processors for different capabilities:
- BibleDatabase: Core data access layer
- QueryProcessor: NLP for natural language understanding
- CrossReferenceEngine: Finds biblical connections
- ContextAnalyzer: Provides historical/cultural context
- DevotionalGenerator: Creates spiritual content
- FaithReasoningAssistant: Theological reasoning engine
- OriginalLanguagesProcessor: Hebrew/Greek analysis
Configuration Options
interface ScriptureIntelligenceConfig {
databasePath: string; // Path to SQLite database
defaultTranslation: string; // Default Bible translation (ESV, NIV, KJV)
enableOriginalLanguages: boolean; // Enable Hebrew/Greek analysis
enableHistoricalContext: boolean; // Enable historical context
enableTheologicalAnalysis: boolean; // Enable theological themes
cacheSize: number; // Query cache size
}
Available MCP Tools
1. search_scripture
Search the Bible using natural language queries with entity extraction and relevance scoring.
2. get_verse_analysis
Comprehensive verse analysis including context, cross-references, and original language insights.
3. find_cross_references
Discover cross-references and parallel passages for any verse.
4. generate_devotional
Create daily, topical, or verse-based devotionals with scripture, reflection, prayer, and application.
5. explain_original_language
Detailed Hebrew/Greek word studies with theological significance and Strong's numbers.
6. compare_translations
Compare different Bible translations and analyze theological implications.
7. faith_reasoning
Get theological answers and spiritual guidance from a Christian perspective.
8. explain_doctrine
Comprehensive doctrinal explanations with biblical basis and historical development.
9. get_historical_context
Historical, cultural, and literary context for Bible passages.
Data Sources
- Bible Text: Multiple translations (ESV, NIV, KJV)
- Strong's Concordance: Hebrew and Greek lexicon data
- Cross-References: Comprehensive cross-reference database
- Historical Data: Cultural and historical context information
- Theological Themes: Systematic theology framework
Theological Perspective
The server approaches Scripture from a conservative evangelical perspective, respecting:
- Divine inspiration and authority of Scripture
- Historical-grammatical method of interpretation
- Unity and coherence of biblical revelation
- Importance of original language study
- Practical application of biblical truth
Use Cases
- Personal Bible study and devotion
- Sermon preparation and teaching
- Theological research and education
- Spiritual guidance and counseling
- Academic biblical studies
The server is packaged as a standalone npm package (scripture-intelligence-server) and can be integrated as an MCP server or used directly in TypeScript applications.