← Back to Plugins
MCP Server MCP

CIPP

github By github 👁 1 views ▲ 0 votes

MCP server for CIPP — M365 multi-tenant management for MSPs (users, tenants, policies).

Homepage Verified source GitHub

Install

oci:ghcr.io/wyre-technology/cipp-mcp:v1.7.3

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/wyre-technology/cipp-mcp:v1.7.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of your CIPP API instance (e.g. https://cipp-api.example.com)",
          "isRequired": true,
          "format": "string",
          "name": "CIPP_API_URL"
        },
        {
          "description": "Entra ID application (client) ID used to authenticate to CIPP",
          "isRequired": true,
          "format": "string",
          "name": "CIPP_CLIENT_ID"
        },
        {
          "description": "Entra ID client secret for the CIPP application",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CIPP_CLIENT_SECRET"
        },
        {
          "description": "Entra ID tenant ID hosting the CIPP application registration",
          "format": "string",
          "name": "CIPP_TENANT_ID"
        },
        {
          "description": "Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.",
          "format": "string",
          "default": "stdio",
          "name": "MCP_TRANSPORT"
        },
        {
          "description": "Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.",
          "format": "string",
          "default": "env",
          "name": "AUTH_MODE"
        },
        {
          "description": "Log verbosity: debug, info, warn, error",
          "format": "string",
          "default": "info",
          "name": "LOG_LEVEL"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...