agent trading journal for Grok
io.github.smizxe/agent-trading-journal
AI trading journal: your agent logs trades from chart screenshots and checks your own rules.
client:Grok
transport:stdio
runtime:npm
Install agent trading journal in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agent-trading-journal": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-trading-journal"
],
"env": {
"JOURNAL_DATA_DIR": "<JOURNAL_DATA_DIR>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs