Enmask MCP Server
Click on "Deploy 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: Oracle MCP
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 deployed
Maintenance
Related MCP Connectors
Let AI agents query data and act across all your business apps via MCP.
Zero-setup MCP gateway securely connecting AI to your tools with authentication and workflows
- SchemaOAuthai.schemalabs
The AI that understands raw data: Schema over your tables and databases, as MCP tools.
MCP server that lets AI assistants use all OneSchema features exposed via the public API.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to query live schema, lineage, and query-context across data warehouses, dbt projects, orchestration systems, and BI tools via MCP tools.Apache 2.0
- FlicenseNot gradedqualityBmaintenanceProvides AI assistants with secure, structured access to Oracle Database through MCP, enabling SQL execution, metadata exploration, and stored procedure execution.-
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to interact with Dameng databases through MCP, supporting query execution, schema exploration, and connection management.MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to perform banking operations like creating customers and accounts, checking balances, transferring funds, and viewing transaction history through MCP tools.MIT