Skip to content
Cursor

argot for Cursor

io.github.get-tmonier/argot

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

client:Cursor transport:stdio runtime:npm

Install argot in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "argot": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@tmonier/argot"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

argot in other clients