qwen_embedding_06_mcp
Verified Safeby AuraFriday
Overview
Provides a local, private, and automatically cached service for generating 1024-dimensional Qwen3-Embedding-0.6B vectors from text, supporting over 100 languages for semantic search and RAG systems.
Installation
No command providedSecurity Notes
The server's core design emphasizes local inference and privacy, with no API calls sending user data externally after the initial model download. The `TOOL_UNLOCK_TOKEN` is a dynamically generated security measure for AI interaction, not a hardcoded secret. SQLite usage employs parameter binding, preventing SQL injection. The primary network risk is the one-time, automatic download of the Qwen3-Embedding-0.6B model (~600MB) and Python dependencies (`sentence-transformers`, `transformers`) from trusted sources (HuggingFace Hub, PyPI) during the first run. While `pip.main` is used for auto-installation, it targets known libraries. No 'eval' or obvious obfuscation is present.
Similar Servers
qdrant-mcp-server
This server provides semantic search capabilities using Qdrant vector database, primarily focused on code vectorization for intelligent codebase indexing and semantic code search, as well as general document search.
nexus-dev
Provides a local RAG (Retrieval-Augmented Generation) system and persistent memory for AI coding agents to enhance their contextual understanding, cross-project learning, and tool-use capabilities.
vector-memory-mcp
Provides semantic memory storage for AI assistants to recall past information across sessions.
mcp-memory-server
Provides semantic memory storage for AI assistants, enabling them to store and retrieve decisions, patterns, and context across sessions using vector embeddings.