Inforcer for Zed
io.github.wyre-ai/inforcer-mcp
Read-only MCP server for Inforcer M365 baseline governance, plus assessment and report runs.
client:Zed
transport:stdio
runtime:oci
Install Inforcer in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"inforcer-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/inforcer-mcp:v1.1.2"
],
"env": {
"INFORCER_REGION": "<INFORCER_REGION>",
"INFORCER_API_KEY": "<INFORCER_API_KEY>",
"MCP_TRANSPORT": "<MCP_TRANSPORT>",
"AUTH_MODE": "<AUTH_MODE>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs