Skip to content
Cursor

blackwall for Cursor

com.blackwalltier/blackwall

API-key pre-action risk gate: any irreversible agent action (money, SQL, delete, email).

client:Cursor transport:stdio runtime:npm

Install blackwall 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": {
    "blackwall": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "blackwall-mcp"
      ],
      "env": {
        "BLACKWALL_API_KEY": "<BLACKWALL_API_KEY>",
        "BLACKWALL_MODE": "<BLACKWALL_MODE>"
      }
    }
  }
}

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

blackwall in other clients