mockpost for Cursor
io.github.reiarseni/mockpost
Local multi-channel message emulator for E2E testing, with MCP tools for LLM agents.
client:Cursor
transport:stdio
runtime:pypi
Install mockpost in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mockpost": {
"type": "stdio",
"command": "uvx",
"args": [
"mockpost"
],
"env": {
"MOCKPOST_URL": "<MOCKPOST_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs