mockpost for Zed
io.github.reiarseni/mockpost
Local multi-channel message emulator for E2E testing, with MCP tools for LLM agents.
client:Zed
transport:stdio
runtime:pypi
Install mockpost in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mockpost": {
"command": "uvx",
"args": [
"mockpost"
],
"env": {
"MOCKPOST_URL": "<MOCKPOST_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs