Minerva MCP — Microsoft 365 & Azure for Zed
io.github.houssemmak/minerva-mcp
Microsoft 365 & Azure admin: Graph, ARM, and the PowerShell cmdlets Graph does not expose.
client:Zed
transport:stdio
runtime:npm
Install Minerva MCP — Microsoft 365 & Azure in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"minerva-mcp": {
"command": "npx",
"args": [
"-y",
"minerva-mcp"
],
"env": {
"AZURE_TENANT_ID": "<AZURE_TENANT_ID>",
"AZURE_CLIENT_ID": "<AZURE_CLIENT_ID>",
"AZURE_CLIENT_SECRET": "<AZURE_CLIENT_SECRET>",
"MINERVA_SHAREPOINT_URL": "<MINERVA_SHAREPOINT_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs