Skip to content
Cursor

Pariflow Agent for Cursor

com.pariflow/agent

Search prediction markets, preview trades, and place explicitly confirmed Pariflow orders.

client:Cursor transport:stdio runtime:npm

Install Pariflow Agent 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": {
    "agent": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@pariflow-market/mcp"
      ],
      "env": {
        "PARIFLOW_SETUP_CODE": "<PARIFLOW_SETUP_CODE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Pariflow Agent in other clients