- Bulletd Digital Bullet Journal
Bulletd Digital Bullet Journal
Organizational tracking systems are built for planned work— Jira tickets, sprint boards, quarterly OKRs. They don't capture the actual shape of your day: the ad-hoc debugging session, the quick rollout check, the thing someone asked you in Slack that ate an hour. bulletd is a digital bullet journal that lives where you work. It runs as a local MCP server with 16 typed tools, so your AI agent manages your daily log alongside you — add bullets, mark them done, migrate what's unfinished to tomorrow, shelve what can wait. No file parsing, no schema guessing, no context window pollution. The server owns the data format and handles it correctly every time. Data is plain Markdown — one GFM table per day, readable anywhere, syncable with git. There's also a full TUI with grouped-by-status views, grab-and-reorder, migration history, and daily review mode. Pairs with wdttg for a complete workflow: bulletd captures what you need to do, wdttg captures how long it took.
Server Config
{
"mcpServers": {
"bulletd": {
"command": "bulletd",
"args": [
"serve"
]
}
}
}