Skip to content

agent trading journal for Zed

io.github.smizxe/agent-trading-journal

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

client:Zed transport:stdio runtime:npm

Install agent trading journal in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

agent trading journal in other clients