mockpost for Windsurf
io.github.reiarseni/mockpost
Local multi-channel message emulator for E2E testing, with MCP tools for LLM agents.
client:Windsurf
transport:stdio
runtime:pypi
Install mockpost in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mockpost": {
"command": "uvx",
"args": [
"mockpost"
],
"env": {
"MOCKPOST_URL": "<MOCKPOST_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs