MCP Server
MCP
Inforcer
Read-only MCP server for Inforcer M365 baseline governance, plus assessment and report runs.
Install
oci:ghcr.io/wyre-technology/inforcer-mcp:v1.1.0
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/wyre-technology/inforcer-mcp:v1.1.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Inforcer API region. One of: anz, eu, uk, us. Required.",
"isRequired": true,
"format": "string",
"name": "INFORCER_REGION"
},
{
"description": "Inforcer API key (sent as the Inf-Api-Key header). Required.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "INFORCER_API_KEY"
},
{
"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
By
Comments
Sign in to leave a comment