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: Security Guard 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with Databricks Genie Spaces through MCP tools. Provides secure OAuth-based access to query and interact with Databricks data catalogs and schemas via custom Genie interfaces.
- FlicenseNot gradedqualityBmaintenanceEnables secure interaction between LLMs and MCP tools by applying zero-trust security controls, including sensitive data masking, file system protection, and policy enforcement.
- 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.
Related MCP Connectors
Connect e-commerce and marketing data to AI assistants via MCP.
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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