Pariflow Agent for Zed
com.pariflow/agent
Search prediction markets, preview trades, and place explicitly confirmed Pariflow orders.
client:Zed
transport:stdio
runtime:npm
Install Pariflow Agent in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"agent": {
"command": "npx",
"args": [
"-y",
"@pariflow-market/mcp"
],
"env": {
"PARIFLOW_SETUP_CODE": "<PARIFLOW_SETUP_CODE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs