Skip to content
Cursor

InsAIts - AI Communication Security Monitor for Cursor

io.github.nomadu27/insaits

Runtime AI-to-AI security monitor. 23 anomaly types, OWASP MCP Top 10 coverage.

client:Cursor transport:stdio runtime:pypi

Install InsAIts - AI Communication Security Monitor 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": {
    "insaits": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "insa-its"
      ],
      "env": {
        "INSAITS_API_KEY": "<INSAITS_API_KEY>"
      }
    }
  }
}

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

InsAIts - AI Communication Security Monitor in other clients