Scripture-grounding MCP server (YouVersion Platform API + Gloo AI Studio) — built for Kaggle's Scripture in New Frontiers challenge
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"scripture-grounding-": {
"command": "npx",
"args": [
"-y",
"The-Doxa-Way/scripture-grounding-mcp"
]
}
}
}
Run in terminal:
claude mcp add scripture-grounding- npx -y The-Doxa-Way/scripture-grounding-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"scripture-grounding-": {
"command": "npx",
"args": [
"-y",
"The-Doxa-Way/scripture-grounding-mcp"
]
}
}
}