bible-MCP-server
Verified Safeby HananiahKao
Overview
Provides access to Bible verses and footnotes from a SQLite database via Model Context Protocol.
Installation
npm run build && node build/index.jsSecurity Notes
The server uses parameterized SQL queries to prevent injection and opens the SQLite database in read-only mode, significantly enhancing security. No 'eval' or external network calls detected. The main deployment friction is a hardcoded database path, not a direct security vulnerability.
Similar Servers
sqlite-mcp
A Model Context Protocol (MCP) server that enables LLMs to interact with SQLite databases by providing tools and resources for querying and managing data.
sqlite-mcp-server
Provides an MCP interface for an SQLite database, offering a wide range of data management, advanced analytics, JSON processing, text/vector search, and geospatial capabilities.
mcp-sqlite-tools
A Model Context Protocol (MCP) server for LLMs to safely and efficiently interact with local SQLite databases, providing comprehensive operations from schema management to query execution and transactions.
MCP-SQL-Server
This server provides a natural language interface to query an SQLite database using a local large language model (Ollama) to convert questions into SQL queries, accessible via a chat-based web application.