mailpal for Zed
io.github.michaelyousrie/mailpal
List, inspect, and run saved HTTP requests from MailPal collections; write tools on Pro
client:Zed
transport:stdio
runtime:npm
Install mailpal in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mailpal": {
"command": "npx",
"args": [
"-y",
"mailpal-mcp"
],
"env": {
"MAILPAL_WORKSPACE": "<MAILPAL_WORKSPACE>",
"MAILPAL_HISTORY_DIR": "<MAILPAL_HISTORY_DIR>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs