Polyrama for VS Code
io.github.polyrama/mcp
Research Polymarket and Kalshi markets, traders, signals, backtests, and paper orders.
client:VS Code
transport:stdio
runtime:npm
Install Polyrama in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "polyrama-api-token",
"description": "POLYRAMA_API_TOKEN",
"password": true
}
],
"servers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@polyrama/mcp"
],
"env": {
"POLYRAMA_API_TOKEN": "${input:polyrama-api-token}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs