Connect EnforceAuth MCP
Let AI clients (Cursor, Claude Desktop, VS Code, etc.) operate your EnforceAuth tenant via the Model Context Protocol.
Quick setup
- Open System Settings → Connect MCP in the console
- Select your default tenant
- Use the install link or URL for your client
- Authenticate via OAuth — no JWT copy/paste
URLs
| Environment | URL |
|---|---|
| Production | https://mcp.enforceauth.com/ |
| Development | https://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).