← Back to browse

InsAIts - AI Communication Security Monitor

Indexed by io.github.Nomadu27

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsINSAITS_API_KEY
Claude Code
claude mcp add --env INSAITS_API_KEY= insaits -- uvx insa-its
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"insaits","command":"uvx","args":["insa-its"],"env":{"INSAITS_API_KEY":""}}'
JSON
{
  "mcpServers": {
    "insaits": {
      "command": "uvx",
      "args": [
        "insa-its"
      ],
      "env": {
        "INSAITS_API_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.