invigil for VS Code
io.github.invigil/invigil
Linters check your code. Invigil checks whether your repo is legible — to newcomers and AI agents.
client:VS Code
transport:stdio
runtime:pypi
Install invigil in VS Code
.vscode/mcp.json
{
"servers": {
"invigil": {
"type": "stdio",
"command": "uvx",
"args": [
"invigil"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs