Skip to content
Cursor

agent trading journal for Cursor

io.github.smizxe/agent-trading-journal

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

client:Cursor transport:stdio runtime:npm

Install agent trading journal in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "agent-trading-journal": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agent-trading-journal"
      ],
      "env": {
        "JOURNAL_DATA_DIR": "<JOURNAL_DATA_DIR>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

agent trading journal in other clients