solaguard-mcp-server
Verified Safeby jissac
Overview
Provides a Micro-Copilot (MCP) server for AI applications, offering Bible-anchored theological infrastructure with tools for scripture lookup, search, word studies, and contextual interpretation.
Installation
uv run python -m solaguard.serverEnvironment Variables
- SOLAGUARD_LOG_LEVEL
- SOLAGUARD_DATABASE_PATH
- SOLAGUARD_RATE_LIMIT
Security Notes
The server demonstrates strong security practices: all database connections enforce read-only access (`PRAGMA query_only = ON`), all SQL queries use parameterized statements to prevent injection, and search queries are sanitized. Input validation is robust for all tool parameters, mitigating common attack vectors. No hardcoded secrets or 'eval' usage are present in the core logic. Rate limiting is implemented to prevent basic Denial-of-Service attacks. The explicit 'Protestant theological framing' is a content bias, not a security vulnerability.
Similar Servers
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
knowledgebase-mcp
A standardized Model Context Protocol (MCP) server that aggregates and provides AI systems with access to diverse biomedical knowledge bases and analysis tools.
noteit-mcp
Provides an HTTP Model Context Protocol (MCP) server for AI coding tools to access structured agent profiles and personalized notes, enhancing AI development workflows.
qtmcp
Provides a Model Context Protocol (MCP) server framework for AI applications, offering tool, resource, and prompt services via HTTP.