Back to Home
Ethan2298 icon

personal-semantic-search-mcp

Verified Safe

by Ethan2298

Overview

Enables semantic search over local notes and documents, integrated with MCP-compatible clients like Claude Code.

Installation

Run Command
python mcp_server.py

Security Notes

The server appears generally safe. It uses local storage (ChromaDB) and a local embedding model (sentence-transformers), minimizing external network exposure beyond initial model download. File operations are handled using `pathlib` for robustness. Input queries are processed as data for embedding and search, not executed as code. There are no obvious hardcoded secrets, `eval` usage, or direct shell command execution of untrusted input. Potential risks are limited to vulnerabilities within its well-known third-party dependencies (e.g., `sentence-transformers`, `chromadb`, `beautifulsoup4`, `PyMuPDF`).

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens303
Stars0
Forks0
Last Update2025-12-14

Tags

Semantic SearchLocalNotesDocumentsMCPClaude Code