DevRecall
Your developer activity, aggregated on-device. No cloud sync. No telemetry. Your data never leaves your machine.
DevRecall pulls from Git, Slack, Google Calendar, Jira, Linear, Confluence, and GitHub/GitLab/Bitbucket; stores it in a local SQLite database; and turns it into standups, weekly reports, brag docs, and a chat that actually knows what you worked on.
Also ships an MCP server —
any MCP-compatible coding tool (Claude Code, Cursor, Codex, Continue, Zed)
can spawn it as a stdio subprocess and gain memory of everything you've
shipped. /devrecall:recall what auth bug did I fix in February returns
cited commits, PRs, and tickets inline.
📚 docs.devrecall.dev — install, configure, integrations, CLI reference.
Why
- Local-first. SQLite on your laptop. Tokens in
~/.devrecall/tokens/(0600). The Cloudflare Worker relay is a pass-through for OAuth callbacks only — it never sees your data. - LLM-optional. Bundled embeddings run offline (ONNX +
all-MiniLM-L6-v2). Use local Ollama for chat, or bring your own OpenAI/Anthropic key. - Open source. MIT-licensed. Audit it, fork it, build it from source.






