myaigist_mcp
Verified Safeby schwim23
Overview
This server provides document intelligence and knowledge management, enabling local processing of documents, RAG-powered Q&A, and persistent knowledge storage for MCP-compatible clients like Claude Desktop.
Installation
python3 server.pyEnvironment Variables
- ANTHROPIC_API_KEY
- ANTHROPIC_MODEL
- OPENAI_API_KEY
- OPENAI_EMBED_MODEL
Security Notes
The server loads API keys from environment variables, preventing hardcoding. It does not use 'eval' or obvious obfuscation. File path handling for document processing is inherently sensitive, but for a local, single-user tool integrated with a trusted client (like Claude Desktop), it is an expected capability. The URL crawling feature uses standard libraries, which helps mitigate some risks, but fetching external content always carries a degree of risk. No critical vulnerabilities for its intended local use were identified.
Similar Servers
mcp-documentation-server
A local-first MCP server for document management, semantic search, and AI-powered document intelligence.
mcp-raganything
Provides a FastAPI REST API and MCP server for Retrieval Augmented Generation (RAG) capabilities, integrating with the RAG-Anything and LightRAG libraries for multi-modal document processing and knowledge graph operations.
vibes
Vibes transforms Claude Desktop into a conversational development environment through distributed MCP servers, allowing users to describe what they want to build and have Claude implement it while teaching them.
markitdown-mcp
A Model Context Protocol (MCP) server for converting 29+ file formats (e.g., PDF, Office, images, audio) to clean, structured Markdown, designed for integration with AI workflows and MCP clients like Claude Desktop.