NuBerea
AI-powered biblical research tools — lexicons, morphology, manuscripts, and more.
Ask AI about NuBerea
Powered by Claude · Grounded in docs
I know everything about NuBerea. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
NuBerea AI
Tools for building AI-powered theological study experiences using NuBerea.
This repository contains resources for integrating NuBerea’s biblical research tools with AI assistants, developer frameworks, and the Model Context Protocol (MCP).
What is NuBerea?
NuBerea is an AI-powered theological assistant designed to help users explore Scripture with deeper insight.
It provides tools for:
- Biblical cross-references
- Greek and Hebrew word insights
- Scripture-grounded theological explanations
- AI-assisted sermon preparation and research
Learn more at https://nuberea.com
Model Context Protocol (MCP)
NuBerea provides an MCP server that allows AI clients to securely access NuBerea’s theological tools.
Using MCP, assistants such as ChatGPT, Claude, or custom agents can interact with NuBerea’s research capabilities as structured tools.
Documentation: https://nuberea.com/docs/mcp/
Claude Code plugin marketplace
This repository follows Claude Code's marketplace layout:
.claude-plugin/marketplace.jsondefines the marketplace catalog.plugins/nuberea/.claude-plugin/plugin.jsondefines the NuBerea plugin.
Install from GitHub
1. Add the Nuberea marketplace
claude plugin marketplace add streamsapps/nuberea-mcp
To share the marketplace with a repository instead of your user profile, add --scope project.
2. Install the Nuberea plugin
claude plugin install nuberea@nuberea
3. Start Claude Code
claude
4. Authenticate Nuberea
Inside Claude Code, run:
/mcp
Select nuberea and complete the authentication flow.
5. Test Nuberea
Try a prompt such as:
Use Nuberea to look up John 1:1 in Greek and summarize the lexical notes.
Updating
Refresh the marketplace catalog and update the installed plugin:
claude plugin marketplace update nuberea
claude plugin update nuberea
Restart Claude Code after updating so the new plugin version is loaded.
Uninstalling
claude plugin uninstall nuberea
claude plugin marketplace remove nuberea
Troubleshooting
List configured marketplaces:
claude plugin marketplace list
List installed plugins:
claude plugin list
Check whether the MCP server is connected:
claude mcp list
Or inside Claude Code:
/mcp
If Nuberea shows Needs authentication, run /mcp, select nuberea, and complete authentication.
If authentication succeeds but reconnection fails, restart Claude Code.
Quick Start
1. Create an account
Create or sign in to a NuBerea account.
https://nuberea.com/login
2. Configure your MCP client
Connect your MCP client to the NuBerea MCP server.
https://auth.aws-dev.streamsappsgslbex.com/mcp
3. Example MCP configuration
{
"mcpServers": {
"nuberea": {
"url": "https://auth.aws-dev.streamsappsgslbex.com/mcp"
}
}
}
Once connected, your AI client can call NuBerea tools for theological study and biblical research.
Example Use Cases
NuBerea MCP enables AI assistants to perform scholarly biblical research on demand. Try prompts like:
Greek & Hebrew Word Studies
- "Look up the Greek word ἀγάπη (agape) in the LSJ lexicon and show me every occurrence in 1 John."
- "What does the Hebrew word חֶסֶד (chesed) mean in BDB, and where does it appear in the Psalms?"
- "Give me the morphology of every word in John 1:1 from the Macula Greek dataset."
Exegesis & Verse Analysis
- "Show me John 3:16 with word-by-word Greek morphology, lemmas, and Strong's numbers."
- "Compare the Hebrew of Genesis 1:1 with the Septuagint Greek translation."
- "What manuscripts contain Mark 16:9–20, and how do their transcriptions differ?"
Cross-References & Theological Themes
- "Find Old Testament cross-references for Romans 3:23 and explain the theological connection."
- "Trace the theme of 'covenant' across the Pentateuch using cross-reference data."
- "Show me every NT quotation of Isaiah 53."
Sermon & Study Preparation
- "Help me prepare a sermon on Philippians 2:5–11 — give me the Greek structure, key word studies, and historic interpretations."
- "Build a Bible study outline on the parables of the kingdom in Matthew 13."
- "Summarize the textual variants in 1 Corinthians 13 across the major manuscript traditions."
Manuscript & Textual Criticism
- "Show me the Dead Sea Scrolls readings for Isaiah 7:14."
- "Pull the CNTR transcription data for Codex Sinaiticus on John 1."
- "Compare Aland's synopsis entries for the resurrection accounts across the Synoptic Gospels."
Authentication
NuBerea MCP uses token-based authentication with refresh tokens to maintain secure, long-lived sessions for AI clients.
See the documentation for setup instructions.
Documentation
Full documentation is available at:
The docs include:
- MCP server configuration
- Authentication setup
- Tool definitions
- Client integration examples
MCP Registry
NuBerea is published to the official MCP Registry as com.streamsapps/nuberea.
Registry API:
https://registry.modelcontextprotocol.io/v0.1/servers?search=com.streamsapps/nuberea
Contributing
Contributor and release workflow documentation lives in CONTRIBUTING.md.
About NuBerea
NuBerea helps pastors, students, and believers study Scripture more deeply using AI while remaining rooted in biblical text and historic Christian theology.
