OWA Exchange MCP Server for Zed
io.github.nhype/owa-exchange-mcp
MCP server for Microsoft Exchange / OWA — email, calendar, directory, availability
client:Zed
transport:stdio
runtime:pypi
Install OWA Exchange MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"owa-exchange-mcp": {
"command": "uvx",
"args": [
"exchange-mcp-server"
],
"env": {
"EXCHANGE_OWA_URL": "<EXCHANGE_OWA_URL>",
"EXCHANGE_COOKIE_FILE": "<EXCHANGE_COOKIE_FILE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs