trackline mcp: a check-before-you-act server for coding agents
Economy_Rice_8862 · reddit · 2026-09-27
A dev shares trackline mcp, exposing trackline's rule checking to any MCP client so coding agents can self-check before acting.
Two tools:
- getrules: returns project rules so the agent holds them in context;
- checkaction: the agent describes its intended action and gets a verdict with reasoning.
Positioning and limits are stated plainly: in Claude Code, Codex and Cursor, trackline runs as a hook and can actually block; over MCP the agent decides whether to ask — no checkaction call means no oversight — so it's advisory, not enforcement, extending reach to hook-less agents rather than replacing hooks. Runs locally over stdio, no account or API key: npm install -g trackline, then trackline mcp. The author admits the weak point is getting agents to consistently call a check-first tool and asks the community for approaches.
More from coding & agent
- Claude Opus builds motion design entirely in code: Canvas, 20-sample motion blur, Node synth — mishig25 · 2026-09-27
- Motion design in pure code: Opus writes Canvas renderer and a Node synth soundtrack — mishig25 · 2026-09-27
- TailwindCSS MCP server adds class lookup, CSS conversion and palette tools — modelcontextprotocol · 2026-09-27
- Teen psychiatry MCP library targets parents' medication decisions — modelcontextprotocol · 2026-09-27
- Professor Built His Institute's Entire IT Stack With Codex, Saving Over $300K — arjunrajlab · 2026-09-27
- How to actually tell if an agent run got cheaper: a prompt-caching test design — Crescitaly · 2026-09-27