Skip to content
Windsurf

actually for Windsurf

io.github.sofiia7/actually

Matches news to Polymarket markets and returns the market's probability. Optional capped trading.

client:Windsurf transport:stdio runtime:npm

Install actually in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "actually": {
      "command": "npx",
      "args": [
        "-y",
        "actually-mcp-server"
      ],
      "env": {
        "POLYMARKET_PRIVATE_KEY": "<POLYMARKET_PRIVATE_KEY>",
        "ACTUALLY_MAX_ORDER_USD": "<ACTUALLY_MAX_ORDER_USD>",
        "ACTUALLY_DAILY_LIMIT_USD": "<ACTUALLY_DAILY_LIMIT_USD>",
        "ACTUALLY_ENABLE_REDEEM": "<ACTUALLY_ENABLE_REDEEM>",
        "ACTUALLY_SEARCH_FALLBACK": "<ACTUALLY_SEARCH_FALLBACK>",
        "ACTUALLY_SPEND_STATE_PATH": "<ACTUALLY_SPEND_STATE_PATH>",
        "ACTUALLY_WORKER_URL": "<ACTUALLY_WORKER_URL>",
        "ACTUALLY_WORKER_SECRET": "<ACTUALLY_WORKER_SECRET>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

actually in other clients