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
{
"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