{
  "markdown": "# NuBerea AI\n\nTools for building **AI-powered theological study experiences** using NuBerea.\n\nThis repository contains resources for integrating NuBerea’s biblical research tools with AI assistants, developer frameworks, and the **Model Context Protocol (MCP)**.\n\n---\n\n# What is NuBerea?\n\nNuBerea is an AI-powered theological assistant designed to help users explore Scripture with deeper insight.\n\nIt provides tools for:\n\n* Biblical cross-references\n* Greek and Hebrew word insights\n* Scripture-grounded theological explanations\n* AI-assisted sermon preparation and research\n\nLearn more at **[https://nuberea.com](https://nuberea.com)**\n\n---\n\n# Model Context Protocol (MCP)\n\nNuBerea provides an MCP server that allows AI clients to securely access NuBerea’s theological tools.\n\nUsing MCP, assistants such as ChatGPT, Claude, Cursor, Claude Desktop, or custom agents can interact with NuBerea’s research capabilities as structured tools.\n\nFull documentation: [https://nuberea.com/docs/mcp/](https://nuberea.com/docs/mcp/)\n\n---\n\n# Quick Start (any MCP client)\n\nThis is the universal path for ChatGPT, Cursor, Claude Desktop, custom agents, and any other MCP-compatible client.\n\n### 1. Create an account\n\nSign in or create a NuBerea account at [https://nuberea.com/login](https://nuberea.com/login).\n\n### 2. Add NuBerea to your MCP client\n\nPoint your client at the NuBerea MCP server URL:\n\n```\nhttps://auth.aws-dev.streamsappsgslbex.com/mcp\n```\n\nExample MCP configuration:\n\n```json\n{\n  \"mcpServers\": {\n    \"nuberea\": {\n      \"url\": \"https://auth.aws-dev.streamsappsgslbex.com/mcp\"\n    }\n  }\n}\n```\n\n### 3. Authenticate\n\nNuBerea MCP uses token-based authentication with refresh tokens to maintain secure, long-lived sessions. Your client will prompt you to sign in on first use. See the [docs](https://nuberea.com/docs/mcp/) for client-specific setup.\n\n---\n\n# Claude Code plugin\n\nIf you use **Claude Code**, NuBerea ships as a first-class plugin.\n\nThis repository follows Claude Code's marketplace layout:\n\n* `.claude-plugin/marketplace.json` defines the marketplace catalog.\n* `.claude-plugin/plugin.json` defines the NuBerea plugin.\n\n## Install\n\nChoose one of the marketplace sources below. The **Anthropic Community marketplace** is recommended for most users; use the **GitHub** source if you want preview builds direct from this repo.\n\n| | Anthropic Community (recommended) | GitHub (this repo) |\n|---|---|---|\n| **Add marketplace** | `claude plugin marketplace add anthropics/claude-plugins-community` | `claude plugin marketplace add streamsapps/nuberea-mcp` |\n| **Install** | `claude plugin install nuberea@claude-community` | `claude plugin install nuberea@nuberea` |\n| **Update** | `claude plugin marketplace update claude-community`<br>`claude plugin update nuberea@claude-community` | `claude plugin marketplace update nuberea`<br>`claude plugin update nuberea@nuberea` |\n| **Uninstall** | `claude plugin uninstall nuberea@claude-community`<br>`claude plugin marketplace remove claude-community` | `claude plugin uninstall nuberea@nuberea`<br>`claude plugin marketplace remove nuberea` |\n\n> To scope a marketplace to a single repository instead of your user profile, append `--scope project` to the `marketplace add` command.\n\nRestart Claude Code after updating so the new plugin version is loaded.\n\n## Use\n\nStart Claude Code:\n\n```bash\nclaude\n```\n\nAuthenticate NuBerea (first run only):\n\n```text\n/mcp\n```\n\nSelect `nuberea` and complete the authentication flow.\n\nTry a prompt such as:\n\n```text\nUse Nuberea to look up John 1:1 in Greek and summarize the lexical notes.\n```\n\n## Troubleshooting\n\nList configured marketplaces:\n\n```bash\nclaude plugin marketplace list\n```\n\nList installed plugins:\n\n```bash\nclaude plugin list\n```\n\nCheck whether the MCP server is connected:\n\n```bash\nclaude mcp list\n```\n\nOr inside Claude Code, run `/mcp`.\n\nIf NuBerea shows `Needs authentication`, run `/mcp`, select `nuberea`, and complete authentication. If authentication succeeds but reconnection fails, restart Claude Code.\n\n---\n\n# Example Use Cases\n\nNuBerea MCP enables AI assistants to perform scholarly biblical research on demand. Try prompts like:\n\n### Greek & Hebrew Word Studies\n* *\"Look up the Greek word ἀγάπη (agape) in the LSJ lexicon and show me every occurrence in 1 John.\"*\n* *\"What does the Hebrew word חֶסֶד (chesed) mean in BDB, and where does it appear in the Psalms?\"*\n* *\"Give me the morphology of every word in John 1:1 from the Macula Greek dataset.\"*\n\n### Exegesis & Verse Analysis\n* *\"Show me John 3:16 with word-by-word Greek morphology, lemmas, and Strong's numbers.\"*\n* *\"Compare the Hebrew of Genesis 1:1 with the Septuagint Greek translation.\"*\n* *\"What manuscripts contain Mark 16:9–20, and how do their transcriptions differ?\"*\n\n### Cross-References & Theological Themes\n* *\"Find Old Testament cross-references for Romans 3:23 and explain the theological connection.\"*\n* *\"Trace the theme of 'covenant' across the Pentateuch using cross-reference data.\"*\n* *\"Show me every NT quotation of Isaiah 53.\"*\n\n### Sermon & Study Preparation\n* *\"Help me prepare a sermon on Philippians 2:5–11 — give me the Greek structure, key word studies, and historic interpretations.\"*\n* *\"Build a Bible study outline on the parables of the kingdom in Matthew 13.\"*\n* *\"Summarize the textual variants in 1 Corinthians 13 across the major manuscript traditions.\"*\n\n### Manuscript & Textual Criticism\n* *\"Show me the Dead Sea Scrolls readings for Isaiah 7:14.\"*\n* *\"Pull the CNTR transcription data for Codex Sinaiticus on John 1.\"*\n* *\"Compare Aland's synopsis entries for the resurrection accounts across the Synoptic Gospels.\"*\n\n---\n\n# Documentation\n\nFull documentation is available at [https://nuberea.com/docs/mcp/](https://nuberea.com/docs/mcp/), including:\n\n* MCP server configuration\n* Authentication setup\n* Tool definitions\n* Client integration examples\n\n---\n\n# Contributing\n\nContributor and release workflow documentation lives in [CONTRIBUTING.md](CONTRIBUTING.md).\n\n---\n\n# About NuBerea\n\nNuBerea helps pastors, students, and believers study Scripture more deeply using AI while remaining rooted in biblical text and historic Christian theology.\n\n[https://nuberea.com](https://nuberea.com)\n\nNuBerea is published to the [official MCP Registry](https://registry.modelcontextprotocol.io) as `com.streamsapps/nuberea` ([API](https://registry.modelcontextprotocol.io/v0.1/servers?search=com.streamsapps/nuberea)).\n",
  "bytes": 6419,
  "sha": "e86516043a14acb97c9f38f63395e4b5a0f9c27ede2ac1c2ede79981a4074125",
  "repo_slug": "streamsapps/nuberea-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_streamsapps_nuberea_f6015208/readme"
}