egw_writings_mcp_server
Verified Safeby pythondev-pro
Overview
Provides access to Ellen G. White writings data via MCP and HTTP APIs, including search, content retrieval, and PDF generation.
Installation
node apps/local-server/src/server-universal.jsEnvironment Variables
- GITHUB_PAT
- ADMIN_PASSWORD
- REQUIRE_ADMIN_PASSWORD
- TENANT_SERVICE_PORT
- TENANT_SESSION_TIMEOUT
- TENANT_ACTIVITY_TRACKING
- EGW_DATABASE_PATH
- EGW_AUTO_HEARTBEAT
- MCP_SERVER_REQUEST_TIMEOUT
- INIT_TIMEOUT
- LLM_API_KEY
- LLM_BASE_URL
- LLM_MODEL
- GEMINI_API_KEY
Security Notes
The system uses local processing and does not inherently require cloud services after initial database download. However, the pyforge-multi-tenant-mcp-server component relies on `GITHUB_PAT` for Git operations, which, if exposed, could be a risk. Other components seem sandboxed or operate on local data. The 'admin_local_server' tool requires a password, which is good, but its default password could be stronger.
Similar Servers
RivalSearchMCP
Advanced MCP server for web research, content discovery, and trends analysis, integrating AI for enhanced insights and orchestrating various data gathering tools.
lyra-tool-discovery
This MCP server is designed to fetch, parse, and organize documentation from websites implementing the llms.txt standard. It transforms raw documentation into structured, agent-ready formats, exposing tools for AI agents, LLMs, and automation workflows to consume documentation programmatically.
md-server
Converts various documents, webpages, and media files into markdown format, serving as an HTTP API or an MCP server for AI assistants to read and process content.
research-powerpack-mcp
Augments AI coding assistants with advanced research capabilities including batch web search, Reddit analysis, intelligent web scraping, and AI-powered deep research and synthesis.