Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mirror-vectax-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) implementation for secure text embeddings with privacy-preserving features using the Mirror SDK.
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Just a Better Chatbot. Powered by Agent & MCP & Workflows.
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
MCP Security Weekly
Get CVE alerts and security updates for Mirror Vectax Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) implementation for secure text embeddings with privacy-preserving features using the Mirror SDK.
The Secure Embedding MCP Server provides a robust interface for processing text data with various security levels while generating embeddings for semantic search and analysis. It leverages the Mirror SDK to provide advanced security features including:
Unified Text Processing: Single entry point for various text operations with appropriate security measures
Multiple Operation Modes:
embed: Generate text embeddings
secure: Apply security measures to text and embeddings
analyze: Detect and analyze sensitive information
mask: Anonymize sensitive entities
auto: Automatically determine the appropriate operation
Configurable Security Levels:
none: No security measures
low: Basic vector encryption
medium: Entity encryption with FPE
high: Full encryption with RBAC
auto: Automatically determine security level based on content
Natural Language Interface: Process requests in natural language
Batch Processing: Handle multiple texts efficiently
Semantic Search: Search across documents using embeddings
This implementation demonstrates a subset of Mirror's capabilities. For full enterprise features including:
Please contact our team at hello@mirrorsecurity.io or https://mirrorsecurity.io/
uv is a fast Python package installer and resolver that we'll use for our environment setup.
Screenshot1

Screenshot2

MacOS/Linux
curl -LsSf https://astral.sh/uv/install.sh | sh
Windows
# Using PowerShell
irm https://astral.sh/uv/install.ps1 | iex
Make sure to restart your terminal afterwards to ensure that the uv command gets picked up.
We provide two automatic installation scripts for different operating systems:
Run the following command in PowerShell or Command Prompt:
.\setup_claude_config.bat
This script will: