Back to Home
andrea9293 icon

mcp-documentation-server

Verified Safe

by andrea9293

Overview

A local-first MCP server for document management, semantic search, and AI-powered document intelligence.

Installation

Run Command
npx -y @andrea9293/mcp-documentation-server

Environment Variables

  • MCP_BASE_DIR
  • GEMINI_API_KEY
  • MCP_EMBEDDING_MODEL
  • MCP_INDEXING_ENABLED
  • MCP_CACHE_SIZE
  • MCP_PARALLEL_ENABLED
  • MCP_MAX_WORKERS
  • MCP_STREAMING_ENABLED
  • MCP_STREAM_CHUNK_SIZE
  • MCP_STREAM_FILE_SIZE_LIMIT

Security Notes

The server operates locally via stdio transport by default, minimizing external network exposure. It requires `GEMINI_API_KEY` for AI features, which should be handled as a sensitive environment variable. PDF processing utilizes `unpdf` for safe text extraction, mitigating known vulnerabilities. File operations are restricted to designated data and uploads directories, reducing path traversal risks. No explicit use of `eval` or other highly dangerous patterns was identified.

Similar Servers

Stats

Interest Score82
Security Score9
Cost ClassHigh
Avg Tokens5000
Stars246
Forks29
Last Update2025-12-02

Tags

MCPDocument ManagementSemantic SearchEmbeddingsAILocal-firstKnowledge Base