← Back to Plugins
MCP Server MCP

ImmyBot

github By github 👁 1 views ▲ 0 votes

MCP server for ImmyBot — Windows software deployment, maintenance, tenants, deployments.

Homepage Verified source GitHub

Install

oci:ghcr.io/wyre-technology/immybot-mcp:v1.2.11

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/wyre-technology/immybot-mcp:v1.2.11",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "ImmyBot Azure AD tenant ID",
          "isRequired": true,
          "format": "string",
          "name": "IMMYBOT_TENANT_ID"
        },
        {
          "description": "ImmyBot OAuth client ID",
          "isRequired": true,
          "format": "string",
          "name": "IMMYBOT_CLIENT_ID"
        },
        {
          "description": "ImmyBot OAuth client secret",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "IMMYBOT_CLIENT_SECRET"
        },
        {
          "description": "ImmyBot instance subdomain (e.g. 'acme' for acme.immy.bot)",
          "isRequired": true,
          "format": "string",
          "name": "IMMYBOT_INSTANCE_SUBDOMAIN"
        },
        {
          "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...