Skip to content
Cursor

shellward for Cursor

io.github.jnmetacode/shellward

AI agent security: 7 MCP tools for injection detection, PII scanning, command safety, DLP.

client:Cursor transport:stdio runtime:npm

Install shellward 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": {
    "shellward": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "shellward"
      ],
      "env": {
        "SHELLWARD_MODE": "<SHELLWARD_MODE>",
        "SHELLWARD_LOCALE": "<SHELLWARD_LOCALE>",
        "SHELLWARD_THRESHOLD": "<SHELLWARD_THRESHOLD>"
      }
    }
  }
}

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

shellward in other clients