Skip to content
Cursor

MCPSentinel for Cursor

io.github.gentaarnezzi/mcpsentinel

Precision-first security scanning for Model Context Protocol servers.

client:Cursor transport:stdio runtime:pypi

Install MCPSentinel 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": {
    "mcpsentinel": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-guardian-scan"
      ],
      "env": {
        "MCPSENTINEL_ALLOWED_HOSTS": "<MCPSENTINEL_ALLOWED_HOSTS>",
        "MCPSENTINEL_ALLOW_PRIVATE_HTTP_TARGETS": "<MCPSENTINEL_ALLOW_PRIVATE_HTTP_TARGETS>"
      }
    }
  }
}

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

MCPSentinel in other clients