Skip to content
Windsurf

agent trading journal for Windsurf

io.github.smizxe/agent-trading-journal

AI trading journal: your agent logs trades from chart screenshots and checks your own rules.

client:Windsurf transport:stdio runtime:npm

Install agent trading journal 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": {
    "agent-trading-journal": {
      "command": "npx",
      "args": [
        "-y",
        "agent-trading-journal"
      ],
      "env": {
        "JOURNAL_DATA_DIR": "<JOURNAL_DATA_DIR>"
      }
    }
  }
}

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

agent trading journal in other clients