
Stay Updated
Subscribe to our newsletter for the latest news and updates about Alternatives
Subscribe to our newsletter for the latest news and updates about Alternatives
Task Bert is a powerful AI tool designed to help users manage their text messages efficiently. It transforms your iMessages into a clear, organized action list, ensuring you never miss a reply, appointment, or important detail again.
Key Features:
Use Cases:
Task Bert fits people whose appointments, promises, and follow-ups are scattered across iMessage threads.
Your important work conversations happen outside Apple Messages.
The MCP server lets Claude Code search contacts, actions, and message history through local tools.
You do not want AI tools connected to private message history.
Task Bert reads macOS chat.db and loads message history into embedded Postgres through PGLite.
The README lists full-text search, semantic search with local vector embeddings, and hybrid search as the default.
Bert can generate conversation summaries and action items such as unanswered questions, commitments, and plans.
The README documents an MCP server that lets Claude Code search messages, ask questions, and pull actions.
```bash
npm install
npm run mcp
```Task Bert indexes iMessage history on macOS and turns conversations into searchable summaries and action items.
Yes. The README says the app reads macOS chat.db and uses embedded Postgres/PGLite, though LLM features require an Anthropic or OpenAI API key.
Open source collaborative workspace for debugging issues
Self-hosted workspace for docs, discussions, and task management
Local-first workspace combining docs, whiteboards, and notes
Focus-first project management designed for neurodivergent teams
Agile project management for Scrum, Kanban, and hybrid teams
Open source project management: Kanban, Scrum, and lists
Important commitments often hide inside text messages: unanswered questions, loose plans, appointments, and details someone mentioned once. macOS Messages is not designed as a task manager or research database.
Searching chat history manually is slow, and uploading private conversations to a hosted assistant raises privacy concerns. A local app can index messages, generate action items, and let users query their own history with more control.
Yes. The README documents an MCP server for Claude Code with search, agent, actions, and contacts tools.