Skip to content
VS Code

argot for VS Code

io.github.get-tmonier/argot

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

client:VS Code transport:stdio runtime:npm

Install argot in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

argot in other clients