argot MCP server
Read-only context and complete checks against patterns learned from git history. Local; no LLM.
50 stars44 downloads/wk
Reviews
Write oneNobody has reviewed argot yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
argot tools
No tool declarations could be read from the package source. They show once the server is installed.
Public scan report
scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it
- Code scan6 source files scanned15/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 14 days ago15/15
- Maintainer identityregistry namespace matches repository owner7/10
Findings (2)
- mediumnpm install lifecycle script present
install.script - mediumnpm install lifecycle script present
install.scriptpackage.json: …check": "prettier --check **/*.js", "postinstall": "node ./install.js" }, "supportedPl…
What the publisher says
From the argot repository's README, as published. We do not edit it. Read it on GitHub
Lint the rules you never wrote down.
AI writes the code. argot harnesses it with the one thing that can’t hallucinate: your repo’s own history. Statistics, not a second LLM. 100% local. It surfaces the divergence — you decide what to accept.
argot.tmonier.com · Documentation · Evidence · Research log
🎬 Watch the 45-second launch film
Start with an audit
argot audit needs no prior Argot fit or configuration. It fits a historical base in a temporary worktree, then evaluates the surviving base-to-HEAD net diff. Your working tree is left untouched. It is a review prompt—not a census of who wrote code, or proof that a finding is a defect.
# macOS / Linux
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/get-tmonier/argot/releases/latest/download/argot-installer.sh | sh
cd your-repository
argot auditWindows: powershell -c "irm https://github.com/get-tmonier/argot/releases/latest/download/argot-installer.ps1 | iex". The npm package is also available as npm install -g @tmonier/argot.
Audit needs usable Git history and supported source. It has no fixed runtime promise. It runs fully offline — the code-embedding model behind the semantic findings ships inside the binary. See Getting started for install and fit details.
If the audit gives you a useful lead, fit the current repository and score the changes you intend to review:
argot init
argot checkShortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
Runs npx -y @tmonier/argot on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add argot -- npx -y @tmonier/argot
argot: common questions
- Is argot MCP server safe?
- Mostly: it is graded B (75/100). Read the argot safety report
- How do I install argot?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does argot need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is argot maintained?
- The last commit was 15 days ago (2026-09-10). The latest release is v0.2.127.
- What can I use instead of argot?
- Servers from other publishers that do the same job: Gnt MCP server, Prumo MCP server and SoloMD MCP server. Compare all argot alternatives.
Alternatives to argot
Same job from other publishers: the closest match first, then the best rated.
- GntGit-native policy layer for AI agents: check_action verdicts against rules approved via PR.not reviewedGrowingA
- PrumoChecks the context files a coding agent reads against the git index, and reports what drifted.not reviewedGrowingA
- SoloMDRead and search a folder of Markdown notes: search, backlinks, tags, tasks, outlines, git history.not reviewedEstablishedB
- NexusmemLocal-first memory for AI coding agents: shell history with exit codes, git diffs, docs, MCP.not reviewedGrowingA
- BettermemoryMemory for coding agents, checked against the filesystem and git before it is believed.not reviewedGrowingA