Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

mcpie in other clients