InsAIts - AI Communication Security Monitor
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 vars
INSAITS_API_KEYClaude Code
claude mcp add --env INSAITS_API_KEY= insaits -- uvx insa-its
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.