Read local tickets, commits, pending actions, voice profile, and EOD context over MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Never write a standup again.
You commit. Tickets update, EOD reports write themselves β silently, in your voice, entirely on your machine.
devtrack β a single Go binary. Local-first. Offline by default.

You write code. DevTrack handles the rest.
A background daemon watches your commits and infers everything around them β which ticket you're on (from the branch name), what you did today, what the standup should say. It drafts the ticket comment and the EOD report in your writing voice, learned from your own git history. Your only obligation: name branches with ticket IDs.
Nothing is sent behind your back. Every outbound action β a Jira comment, a ticket transition, an email β is staged in a review queue first. You approve it, or you let it earn auto-approve over time. The daemon never prompts you, never blocks a commit, and never interrupts.
Available since v3.1.0: Phase 9 onboarding and the local, read-only MCP server ship in the latest public release, v3.1.1. Five native MCPB bundles are available for Windows, macOS, and Linux.
Coding agents are session-based: they exist while invoked, then forget. DevTrack is always on. One command β
β and Claude Code knows your active ticket, today's commits, your pending queue, and how you write. Nothing else runs at 6pm, groups the day's commits by ticket, and has the EOD ready before you ask.
Local Ollama by default; SQLite on disk. The default daily path stays on your machine. If you
configure a PM system, email/chat delivery, an external server, or a cloud LLM, DevTrack sends only
the payload needed for that enabled operation. Anonymous usage telemetry is opt-in and off unless
you run devtrack telemetry on.
The latest public release is v3.1.1. Download the matching platform asset from GitHub Releases, or build from source:
Verify that this is an MCP-capable build, then run setup from the Git repository you want DevTrack
to watch. Choose none when asked for a PM integration if you only want to try the local path.
Managed mode requires a PostgreSQL URL for the Python service; Ollama remains the default LLM and
can finish preparing in the background.
The Go binary and local SQLite database are ready as soon as setup finishes. Wire the current repository into Claude Code, then exercise the same MCP server locally:
Reload Claude Code after mcp setup. Its DevTrack tools can now read the active ticket, today's
commits, pending actions, voice profile, ticket context, and a template EOD summary. The MCP server
runs on demand over stdio; it does not need a background Python process.
status and doctor report background Python, PostgreSQL, and LLM readiness without blocking Git
monitoring or MCP. Once the AI server reports ready, create a normal ticket-named branch and commit:
Do not run queue approve while evaluating the no-send path. With the workspace PM integration set
to none and no --email argument, the walkthrough uses no PM credentials and has no external
destination. For a disposable, recorder-friendly version that verifies actual log output instead of
using a canned transcript, see the demo storyboard.
| Capability | Available before AI readiness | Needs the managed/external Python service |
|---|---|---|
| Git monitoring, ticket extraction, local SQLite | Yes | No |
| MCP setup, self-test, and local context tools | Yes | No |
| Queue inspection and correction for local actions | Yes | No |
| Voice-aware ticket-comment generation | No | Yes |
devtrack eod generated narrative and staging | No | Yes |
The Python service and model preparation are background work. If they are not ready by minute ten,
keep coding and check devtrack doctor; the Go-native path remains usable and commits are not
blocked.
devtrack upgrade installs the latest public release, including the Phase 9 onboarding and MCP
commands introduced in v3.1.0.
The daemon mines enabled local repositories in Managed mode and builds the voice profile once the
local AI server is reachable. devtrack status and devtrack doctor show the persistent result and
suggest devtrack work report when the profile is ready.
Setup also checks Ollama's local model inventory. An existing generation model is used immediately without another pull. If no usable local model is ready and an OpenAI or Anthropic key is already in the environment, setup offers that key as a temporary fallback while Ollama downloads; Ollama stays primary and automatically takes over when the local model becomes available.
Updating? Run
devtrack upgradeto download and install the latest binary automatically (fetched from GitHub Releases; supports Linux/macOS and Windows). If the binary is in a root-owned location (e.g./usr/local/bin), runsudo devtrack upgradeinstead. On Windows, re-run as Administrator if a permission error occurs. Versioned migrations are applied automatically and the daemon is restarted after a successful upgrade.
devtrack setupwrites a complete environment file under the DevTrack XDG data directory and registers it in~/.devtrack/devtrack.conf. Visible runtime defaults are editable; valid shell, CI, and secret-manager overrides still take precedence.
Full walkthrough and guides: devtrack.cloud
Project memory and agent logs are committed to the repo (.claude/memory/, Data/agent_logs/). After cloning, wire up Claude Code's memory system with one command:
Claude Code will then read and write memory directly to the repo, keeping it in sync with git.
The daemon is silent. It does not prompt, block, or interrupt β it observes and stages.
Review the queue whenever you like β it waits for you:
Separately, devtrack git commit is an interactive wrapper that refines your commit message with AI, offers a ticket picker, and can log time. It is opt-in and never part of the silent daemon path:
After that, git commit routes through DevTrack for monitored repos. Everything else (git push, git pull, git status) goes straight to real git, unmodified. Escape hatch: GIT_NO_DEVTRACK=1 git commit -m "skip".
AI commit enhancement is only active when the daemon is running. If you stop it,
git commitpasses through with zero delay and no errors.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/devtrack)<a href="https://allmcps.com/mcp/devtrack"><img src="https://allmcps.com/api/badge/devtrack?style=directory" alt="DevTrack on AllMCPs" /></a>