InsAIts - AI Communication Security Monitor for Grok
io.github.nomadu27/insaits
Runtime AI-to-AI security monitor. 23 anomaly types, OWASP MCP Top 10 coverage.
client:Grok
transport:stdio
runtime:pypi
Install InsAIts - AI Communication Security Monitor in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"insaits": {
"type": "stdio",
"command": "uvx",
"args": [
"insa-its"
],
"env": {
"INSAITS_API_KEY": "<INSAITS_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs