Skip to main content
Glama
Gino019

Enmask MCP Server

by Gino019

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_health

  • enmask_list_connections

  • enmask_test_connection

  • enmask_inspect_schema

  • enmask_preview_masking

  • enmask_list_jobs

  • enmask_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 --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": "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.

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables 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.
  • F
    license
    Not graded
    quality
    B
    maintenance
    Enables secure interaction between LLMs and MCP tools by applying zero-trust security controls, including sensitive data masking, file system protection, and policy enforcement.
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables 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
  • F
    license
    Not graded
    quality
    B
    maintenance
    Provides AI assistants with secure, structured access to Oracle Database through MCP, enabling SQL execution, metadata exploration, and stored procedure execution.

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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