Enmask Server
БесплатноНе проверенEnables AI assistants to interact with Enmask data masking tool via MCP tools for health checks, connection management, schema inspection, and job monitoring.
Описание
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.
Установка Enmask Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/Gino019/MCPFAQ
Enmask Server MCP бесплатный?
Да, Enmask Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Enmask Server?
Нет, Enmask Server работает без API-ключей и переменных окружения.
Enmask Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Enmask Server в Claude Desktop, Claude Code или Cursor?
Открой Enmask Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: 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
автор: xuzexin-hzCompare Enmask Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
