Integration

Add AICLUDE security scanning to your AI agent

Add to your MCP client config:

claude_desktop_config.json / .cursor/mcp.json
{
  "mcpServers": {
    "aiclude-security": {
      "command": "npx",
      "args": ["-y", "@aiclude/security-mcp"]
    }
  }
}
  1. 1Add the config above to your MCP client (Claude Desktop, Cursor, etc.)
  2. 2Restart your client
  3. 3Ask: "Check the security of @anthropic/mcp-server-fetch"