Skip to content
VS Code

quill for VS Code

io.github.manumarri-sudo/quill

Pre-execution gate for AI-agent tool calls. Touch ID approval. Tamper-evident audit log.

client:VS Code transport:stdio runtime:pypi

Install quill in VS Code

.vscode/mcp.json

{
  "servers": {
    "quill": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "quillx"
      ]
    }
  }
}

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

quill in other clients