Skip to content
VS Code

Pariflow Agent for VS Code

com.pariflow/agent

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

client:VS Code transport:stdio runtime:npm

Install Pariflow Agent in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "pariflow-setup-code",
      "description": "PARIFLOW_SETUP_CODE",
      "password": true
    }
  ],
  "servers": {
    "agent": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@pariflow-market/mcp"
      ],
      "env": {
        "PARIFLOW_SETUP_CODE": "${input:pariflow-setup-code}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

Pariflow Agent in other clients