mcpie for Cursor
io.github.superangrymonkey/mcpie
Standing-order Domino's pizza button: dry-run freely, order only on explicit confirm. Cash only.
client:Cursor
transport:stdio
runtime:pypi
Install mcpie in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcpie": {
"type": "stdio",
"command": "uvx",
"args": [
"mcpie-pizza"
],
"env": {
"MCPIE_CONFIG": "<MCPIE_CONFIG>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs