Enmask MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Enmask MCP ServerList my Enmask connections"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Enmask MCP Server
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.
Related MCP server: Exasol MCP Server
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="usuario@correo.com"
$env:ENMASK_PASSWORD="TuPassword123"No publiques estas variables en GitHub.
Prueba rápida
cd integrations\mcp\enmask-mcp-server
node src\index.js --smokeConfiguració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": "tu_correo@ejemplo.com",
"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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Gino019/MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server