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
presearch-search-api-mcp
Connects AI assistants to the Presearch decentralized search engine for privacy-focused web search, scraping, and content analysis.
data-extractor
A commercial-grade MCP Server for robust web page and PDF content extraction, localization into Markdown, and long-term deployment in enterprise environments.
pdflens-mcp
Provides an MCP server for AI agents to programmatically read and extract information (text, page count, images) from PDF documents within user-defined workspaces.
research-powerpack-mcp
Provides comprehensive online research (web, Reddit, scraping, AI synthesis) as modular tools for AI coding assistants and other LLM agents.