
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
@astramindapp/mcp-journal
Advanced tools
MCP server for MINDJournal — exposes trading-journal tools (log_trade, list_trades, get_stats, tag_trade, import_trades, get_calendar) to any MCP client.
MCP server exposing MINDJournal as tools for any MCP client (Claude, Claude Code,
Claude Desktop, Cursor, custom agents). This server is a thin client of
mindjournal-api's /v1 REST surface (../api) — it never talks to Parse/Mongo
directly. All 6 tools are fully implemented and verified end-to-end against a live
mindjournal-api instance (see journal-client.ts for the HTTP layer).
| Tool | Maps to |
|---|---|
log_trade | POST /v1/trades — log a single trade (symbol, side, entry/exit, size, stop/target, tags, notes, setup) |
list_trades | GET /v1/trades — query by account / symbol / broker / tag / setup / side / status / date range |
get_stats | GET /v1/stats/{summary,equity-curve,calendar,by-symbol,by-setup,by-day} |
tag_trade | POST /v1/trades/{id}/tags + PATCH /v1/trades/{id} — add tags, update setup/notes/satisfaction |
import_trades | POST /v1/trades/bulk-import — bulk-import a broker CSV/JSON export |
get_calendar | GET /v1/stats/calendar — daily P&L calendar view for a month/account |
cd mcp
cp .env.example .env # point JOURNAL_API_URL / JOURNAL_API_KEY at the running api service
npm install
npm run dev # runs src/index.ts directly via tsx (stdio transport)
Build for distribution:
npm run build
npm start
Add to the client's MCP server config, e.g.:
{
"mcpServers": {
"mindjournal": {
"command": "node",
"args": ["/path/to/mindjournal/mcp/dist/index.js"],
"env": {
"JOURNAL_API_URL": "http://localhost:8090",
"JOURNAL_API_KEY": "..."
}
}
}
}
MIT — see LICENSE.
FAQs
MCP server for MINDJournal — exposes trading-journal tools (log_trade, list_trades, get_stats, tag_trade, import_trades, get_calendar) to any MCP client.
The npm package @astramindapp/mcp-journal receives a total of 9 weekly downloads. As such, @astramindapp/mcp-journal popularity was classified as not popular.
We found that @astramindapp/mcp-journal demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.