Back to Home
schwim23 icon

myaigist_mcp

Verified Safe

by 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

Run Command
python3 server.py

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens5000
Stars0
Forks0
Last Update2026-01-19

Tags

Document ProcessingRAGKnowledge ManagementLocal AIMCP Server