io.github.wyre-technology
cipp-mcp
CIPP
MCP server for CIPP — M365 multi-tenant management for MSPs (users, tenants, policies).
stdioofficialservice
Package Details
ghcr.io/wyre-technology/cipp-mcp:v1.2.3
Transportstdio
Environment Variables
CIPP_API_URL(str)
Required
Base URL of your CIPP API instance (e.g. https://cipp-api.example.com)
CIPP_CLIENT_ID(str)
Required
Entra ID application (client) ID used to authenticate to CIPP
CIPP_CLIENT_SECRET(str)
RequiredSecret
Entra ID client secret for the CIPP application
CIPP_TENANT_ID(str)
Entra ID tenant ID hosting the CIPP application registration
MCP_TRANSPORT(str)
Default:
stdioTransport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.
AUTH_MODE(str)
Default:
envCredential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.
LOG_LEVEL(str)
Default:
infoLog verbosity: debug, info, warn, error