MCP server for trading journal, PnL analysis, and trade review.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"trade-ledger-mcp": {
"command": "npx",
"args": [
"-y",
"lmj00/trade-ledger-mcp"
]
}
}
}
Run in terminal:
claude mcp add trade-ledger-mcp npx -y lmj00/trade-ledger-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"trade-ledger-mcp": {
"command": "npx",
"args": [
"-y",
"lmj00/trade-ledger-mcp"
]
}
}
}