Skip to content
Grok

Inforcer for Grok

io.github.wyre-technology/inforcer-mcp

Read-only MCP server for Inforcer M365 baseline governance, plus assessment and report runs.

client:Grok transport:stdio runtime:oci

Install Inforcer in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "inforcer-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/inforcer-mcp:v1.1.0"
      ],
      "env": {
        "INFORCER_REGION": "<INFORCER_REGION>",
        "INFORCER_API_KEY": "<INFORCER_API_KEY>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "AUTH_MODE": "<AUTH_MODE>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Inforcer in other clients