Skip to content
Cursor

signato for Cursor

io.github.signato-ai/signato

Local confidentiality chamber: blocks the wrong AI output before it leaves the machine.

client:Cursor transport:stdio runtime:pypi

Install signato in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "signato": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "signato"
      ],
      "env": {
        "JOHARI_GUARD_CONFIG": "<JOHARI_GUARD_CONFIG>"
      }
    }
  }
}

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

signato in other clients