Back to Home
oscarmarina icon

mcp-knowledge-mind

Verified Safe

by oscarmarina

Overview

Provides a local RAG server for AI tools to index and search Markdown and PDF files from local folders and GitHub repositories using a hybrid search engine.

Installation

Run Command
npx @blockquote-playground/mcp-knowledge-mind

Environment Variables

  • GITHUB_CLASSIC_TOKEN

Security Notes

The server is designed for local-first operation. It accesses local file paths provided by the user and uses `process.env.GITHUB_CLASSIC_TOKEN` for GitHub integration. There are no direct 'eval' calls or clear malicious patterns. The primary security considerations revolve around how the user secures their `GITHUB_CLASSIC_TOKEN` and ensures the server is not exposed to untrusted external input given its local file access capabilities. Logging to files in `SERVER_DIR` could potentially expose sensitive information if not properly managed, but for a personal knowledge server, this is usually acceptable.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens1500
Stars0
Forks0
Last Update2026-01-18

Tags

RAGHybrid SearchSQLiteOllamaLocal-first