Skip to main content

Connect EnforceAuth MCP

Let AI clients (Cursor, Claude Desktop, VS Code, etc.) operate your EnforceAuth tenant via the Model Context Protocol.

Quick setup

  1. Open System Settings → Connect MCP in the console
  2. Select your default tenant
  3. Use the install link or URL for your client
  4. Authenticate via OAuth — no JWT copy/paste

URLs

EnvironmentURL
Productionhttps://mcp.enforceauth.com/
Developmenthttps://mcp.enforceauth.dev/

Tenant scoping

  • https://mcp.enforceauth.com/t/<tenant-id> — defaults tools to that tenant
  • Cross-tenant access is enforced server-side (403 if not a member)

Security

Destructive tools (deploy, rollback, key rotation) require client confirmation. OAuth tokens refresh automatically.

Full guide

Canonical reference lives in the repo: docs/eng/EA-MCP/CONNECT.md (synced to this page as MCP docs mature).