Skip to content
Cursor

quill for Cursor

io.github.manumarri-sudo/quill

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

client:Cursor transport:stdio runtime:pypi

Install quill in Cursor

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

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

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

quill in other clients