We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hieuttmmo/entraid-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•376 B
"""The resources package for Entra ID MCP Server.
This package contains modules for interacting with Microsoft Graph resources.
"""
# Import modules to make them available through resources package
from . import users, groups, signin_logs, mfa, conditional_access, managed_devices, audit_logs, password_auth, permissions_helper
from . import applications, service_principals