Mmcp.market

argot MCP server

by get-tmonier·io.github.get-tmonier/argot·v0.2.127

Read-only context and complete checks against patterns learned from git history. Local; no LLM.

B75/100grade B
What users say
No reviews yet
Be the first
Safety scan
B75/100

full report

Adoption
Growing

50 stars44 downloads/wk

Reviews

Write one

Nobody 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

2 medium
  • 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 presentinstall.script
  • mediumnpm install lifecycle script presentinstall.script
    package.json: …check": "prettier --check **/*.js", "postinstall": "node ./install.js" }, "supportedPl…
Overall 75/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

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 audit

Windows: 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 check

Shortened. 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
Add to Cursor

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.

All argot alternatives →
  • Gnt
    Git-native policy layer for AI agents: check_action verdicts against rules approved via PR.
    A
  • Prumo
    Checks the context files a coding agent reads against the git index, and reports what drifted.
    A
  • SoloMD
    Read and search a folder of Markdown notes: search, backlinks, tags, tasks, outlines, git history.
    B
  • Nexusmem
    Local-first memory for AI coding agents: shell history with exit codes, git diffs, docs, MCP.
    A
  • Bettermemory
    Memory for coding agents, checked against the filesystem and git before it is believed.
    A

More from get-tmonier →