Enmask Server
FreeNot checkedEnables AI assistants to interact with Enmask data masking tool via MCP tools for health checks, connection management, schema inspection, and job monitoring.
About
Enables AI assistants to interact with Enmask data masking tool via MCP tools for health checks, connection management, schema inspection, and job monitoring.
README
Servidor MCP para exponer Enmask como herramientas consumibles por asistentes de IA.
Objetivo
Permitir que un cliente compatible con MCP pueda llamar herramientas como:
enmask_healthenmask_list_connectionsenmask_test_connectionenmask_inspect_schemaenmask_preview_maskingenmask_list_jobsenmask_get_job_status
El servidor MCP no reemplaza al backend FastAPI. Actúa como puente entre el asistente y Enmask.
Variables de entorno
$env:ENMASK_BASE_URL="http://localhost:8000"
$env:ENMASK_TOKEN="TOKEN_JWT_DE_ENMASK"
También puede iniciar sesión automáticamente:
$env:ENMASK_EMAIL="[email protected]"
$env:ENMASK_PASSWORD="TuPassword123"
No publiques estas variables en GitHub.
Prueba rápida
cd integrations\mcp\enmask-mcp-server
node src\index.js --smoke
Configuración de ejemplo para VS Code MCP
Ajusta la ruta absoluta según tu equipo:
{
"servers": {
"enmask": {
"type": "stdio",
"command": "node",
"args": [
"C:/Users/W10/Desktop/enmask_sys/integrations/mcp/enmask-mcp-server/src/index.js"
],
"env": {
"ENMASK_BASE_URL": "http://localhost:8000",
"ENMASK_EMAIL": "[email protected]",
"ENMASK_PASSWORD": "TuPassword123"
}
}
}
}
Uso esperado
Un asistente puede pedir:
Lista mis conexiones de Enmask, inspecciona el esquema de SQL Server y genera una vista previa de enmascaramiento para
Person.Person.EmailPromotion.
El cliente MCP llamará a las herramientas y el servidor traducirá esas llamadas a endpoints de Enmask.
Install Enmask Server in Claude Desktop, Claude Code & Cursor
unyly install enmask-mcp-serverInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add enmask-mcp-server -- npx -y github:Gino019/MCPFAQ
Is Enmask Server MCP free?
Yes, Enmask Server MCP is free — one-click install via Unyly at no cost.
Does Enmask Server need an API key?
No, Enmask Server runs without API keys or environment variables.
Is Enmask Server hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Enmask Server in Claude Desktop, Claude Code or Cursor?
Open Enmask Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Enmask Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
